New ZK Project"

From Documentation
 
Line 8: Line 8:
 
# Click '''<nowiki>[File]/[New]/[Other...]/[ZK Project]</nowiki>''' in Eclipse main menu.
 
# Click '''<nowiki>[File]/[New]/[Other...]/[ZK Project]</nowiki>''' in Eclipse main menu.
 
#: [[Image:zk_studio_094_create_proj_0.png | center | 600px]]
 
#: [[Image:zk_studio_094_create_proj_0.png | center | 600px]]
# Type the project name. Eclipse will automatically include the default ZK package configured in the ZK Package preferences, however, you can select any other installed ZK package by selecting it from the combo box. We recommend you to use the latest ZK Packages to get the most features and performances . You can download the latest ZK packages [https://www.zkoss.org/download/zk here]. Then, click '''Next'''.
+
# Type the project name. Eclipse will automatically include the default ZK package configured in the ZK Package preferences, however, you can select any other installed ZK package by selecting it from the combo box. Then, click '''Next'''.
 
#: [[Image:zk_studio_094_create_proj_1.png | center | 600px]]
 
#: [[Image:zk_studio_094_create_proj_1.png | center | 600px]]
 +
#: We recommend you to use the latest ZK Packages to get the most features and performances. You can download the latest ZK packages [https://www.zkoss.org/download/zk here] and import it into ZK Studio, please refer to [[ZK_Studio_Essentials/Features_of_ZK_Studio/ZKs#Import_ZK_Binary_Distribution_From_Local_File_System| Import ZK Binary Distribution From Local File System]]
 
# You can modify the '''Source folders''' and '''Default output folder''' if you like. Then, click '''Next'''.
 
# You can modify the '''Source folders''' and '''Default output folder''' if you like. Then, click '''Next'''.
 
#: [[Image:zk_studio_094_create_proj_4_1.png | center | 600px]]
 
#: [[Image:zk_studio_094_create_proj_4_1.png | center | 600px]]

Latest revision as of 10:07, 25 September 2017


Icon info.png Notice: We recommend you to create a ZK project with a comprehensive build tool like Maven or Gradle since they can solve the library dependency problem.


To create a new ZK Project, go to [File]/[New]/[Others] and select ZK > ZK Project, then choose your ZK Package and sit back while ZK Studio does the rest for you.

  1. Click [File]/[New]/[Other...]/[ZK Project] in Eclipse main menu.
    Zk studio 094 create proj 0.png
  2. Type the project name. Eclipse will automatically include the default ZK package configured in the ZK Package preferences, however, you can select any other installed ZK package by selecting it from the combo box. Then, click Next.
    Zk studio 094 create proj 1.png
    We recommend you to use the latest ZK Packages to get the most features and performances. You can download the latest ZK packages here and import it into ZK Studio, please refer to Import ZK Binary Distribution From Local File System
  3. You can modify the Source folders and Default output folder if you like. Then, click Next.
    Zk studio 094 create proj 4 1.png
  4. You can modify Context root or Content directory if you like. Then, Click Finish.
    Zk studio 094 create proj 4.png
  5. After clicking Finish, the New Project Wizard will setup the ZK Project ready for development.




Last Update : 2017/09/25

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.