Java applications can be developed in the Java EE 6 workbench using JDK 6.
The following describes the procedure for developing Java applications using the Java EE 6 workbench, focusing on the differences from the standard workbench.
Creating the Project
From the [New] wizard, select [Java] > [Java Application Project] to create the Java application project.
In [JRE], specify [Use an execution environment JRE] and select [JavaSE-1.6].
Setting the Classpaths
The build path for the project must be set if libraries, such as the JBK library, need to be added.
Refer to "9.6.1.4 Setting a Classpath" for details.