In the c drive , create a folder called Eclipse
Extract the “eclipse-jee-kepler-SR2-win32” into the folder Eclipse. The folder should look as follows.
Go to the Folder c:\Eclipse and double click “Eclipse.exe”
Click ok
Close the welcome window
Configure Tomcat server in Eclipse
In the Eclipse server Window, Click New Server Wizard as shown.
Select Tomcat 7 Server as shown and click next
Select Tomcat 7 Installation director and JRE as shown and click Finish
Go to Window -> Preference -> Maven -> Archetypes and Click Add Remote catalog as shown here
In the catalog file enter http://mavensync.zkoss.org/maven2/ and description enter as “ZK Maven Archetype” and click verify
After successful verify, it will show “Found xx archetype(s) as shown here
Click ok button to close the window and for the Click ok button for Preferences window also.
Now we are ready and we will create ZK Application.