- Google Web Toolkit 2 Application Development Cookbook
- Shamsuddin Ahammad
- 123字
- 2025-02-21 00:27:03
Because GWT is a Java-based development toolkit, Java SE Development Kit (JDK) must be installed for the development of a GWT project. We will use the NetBeans IDE, which also requires JDK to be installed.
Download the JDK, which is freely available from Sun Developer Networks (SDN) Downloads at http://www.oracle.com/technetwork/indexes/downloads/index.html.
- Execute the JDK installer. For windows, the installer filename is
jdk-6u18-windows-i586.exe
, or something similar to this. - Accept the License Agreement.
- Select the features to be installed from the given list. The available features are Development Tools, Demos and Samples, Source Code, Public JRE, and Java DB. Java DB is not required for our purpose.
- Set the installation directory.
- Click on Next and follow the instructions.