Eclipse with ZK Studio"

From Documentation
 
m
Line 1: Line 1:
#REDIRECT [[ZK Installation Guide/Quick Start/Create and Run Your First ZK Application with Eclipse and ZK Studio]]
+
{{ZKInstallationGuidePageHeader}}
 +
 
 +
=Install Eclipse=
 +
 
 +
#Visit [http://www.eclipse.org/downloads/ Eclipse download page] and download [http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-win32.zip Eclipse IDE for Java EE Developers]
 +
#Uncompress it to a proper directory
 +
#Then, eclipse is ready to start.
 +
#*For example, you could double-click eclipse.exe to start Eclipse under Windows.
 +
 
 +
=Install ZK Studio=
 +
 
 +
Follow [http://docs.zkoss.org/wiki/ZK_Studio_Installation_Guide ZK Studio Installation Guide] to install ZK Studio.
 +
 
 +
= Defining a Server Runtime=
 +
 
 +
Before deploying and testing your application, you have to install a Web server (such as Tomcat) and specify the server in eclipse. For the information of installing a server, please refer to [[ZK Installation Guide/Setting up Servers/Tomcat]].
 +
 
 +
To specify the server in eclipse, please do as follows.
 +
 
 +
#From menu goto '''Windows > Preferences'''...
 +
#Select '''Server > Runtime Environments''', then click '''Add'''
 +
#Select '''Apache > Apache Tomcat v6.0''' and click '''Next'''
 +
#Browse to and select the root directory of the Web server installed in your computer
 +
#*For example, the root directory of '''Apache Tomcat''' might be <code>C:\Program Files\Apache Software Foundation\Tomcat 6.0</code>
 +
#*For how to install Tomcat, please refer to [[ZK_Installation_Guide/Setting_up_Servers/Tomcat|this section]]
 +
#Click '''Finish'''
 +
 
 +
=Create and Run Your First ZK Application=
 +
After installing Eclipse and ZK Studio, please take a look at [[ZK Installation Guide/Quick Start/Create and Run Your First ZK Application with Eclipse and ZK Studio|Create and Run Your First ZK Application with Eclipse and ZK Studio]].
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZKInstallationGuidePageFooter}}

Revision as of 05:19, 29 September 2010


Eclipse with ZK Studio



Install Eclipse

  1. Visit Eclipse download page and download Eclipse IDE for Java EE Developers
  2. Uncompress it to a proper directory
  3. Then, eclipse is ready to start.
    • For example, you could double-click eclipse.exe to start Eclipse under Windows.

Install ZK Studio

Follow ZK Studio Installation Guide to install ZK Studio.

Defining a Server Runtime

Before deploying and testing your application, you have to install a Web server (such as Tomcat) and specify the server in eclipse. For the information of installing a server, please refer to ZK Installation Guide/Setting up Servers/Tomcat.

To specify the server in eclipse, please do as follows.

  1. From menu goto Windows > Preferences...
  2. Select Server > Runtime Environments, then click Add
  3. Select Apache > Apache Tomcat v6.0 and click Next
  4. Browse to and select the root directory of the Web server installed in your computer
    • For example, the root directory of Apache Tomcat might be C:\Program Files\Apache Software Foundation\Tomcat 6.0
    • For how to install Tomcat, please refer to this section
  5. Click Finish

Create and Run Your First ZK Application

After installing Eclipse and ZK Studio, please take a look at Create and Run Your First ZK Application with Eclipse and ZK Studio.

Version History

Version Date Content
     



Last Update : 2010/09/29

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