The following information gives a quick guide to get you started using the IDE.
To access files in the IDE:
Mount Filesystem.You can select multiple directories by pressing Ctrl or Shift while selecting the directories.
For more detailed information, see Mounting a Filesystem.
To create a new file or object in the IDE:
New.
The New wizard appears and enables you to select from templates in several categories.
The file appears in the Source Editor. If you create a Java form from a template, the Form Editor opens.
For more detailed information, see Creating a New File.
To edit a file:
The file appears either in a Source Editor or a Form Editor depending on the file type.
For more detailed information, see Editing Source Files
To compile and run a program:
Compile
or choose Build
Compile All.
For more detailed information, see Compiling and Running Java Programs.
To debug a program:
Start Session
Run in DebuggerThe program runs until it reaches a breakpoint or an exception or until the program terminates normally.
For more detailed information, see Debugging Programs.
To create a project:
Project ManagerFor more detailed information, see Creating a New Project.