You must complete the following minimum configurations before you can start using Lomboz as your Java Platform, Enterprise Edition (Java EE) development tool.
1. Make sure that Java projects have separate source and binary folders.
2. From the Window menu, choose Preferences.
3. Expand the Java item in the left pane of the dialog box, and then the Build Path item; then select Build Path.
4. In the Source and output folder group, select Folders. Notice that src and bin are the default names for these folders. Do not modify these names; they are required by some of the Lomboz tasks.
5. From the As JRE Library use: list, select JRE_LIB variable.
6. Click Apply.
Most application servers use the standard Java compiler (javac) to compile JSP files. Javac is found in the tools.jar distributed with standard Java JDKs (not JREs). Follow these steps to select the tools.jar that is to be used by the application servers. It is found inside the lib folder under the j2sdk installation.
1. Select Lomboz in the left pane of the Preferences dialog box and type the following text in the JDK Tools.jar field:
C:\j2sdk1.4.2_06\lib\tools.jar
2. Click Apply, then OK.
![]()