Creating a Workspace from Scratch
1. Choose 'Workspace|New Workspace' from the menu.
2. Select 'Core Java Workspace' from the listbox. Enter the directory, where the project files
should be stored.
3. Mount the workspace directory. Use Drag and Drop or 'Workspace|Mount Directory'. Choose 'Directory'
from the 'Add Directory' Dialog
4. Create a directory where you want to put your java sources.
5. Mark your source folder for parsing and compiling. (This can also be done in 'Workspace|Preferences,Directories')
6. [optional] If your new project requires additional libraries, add them to the classpath. (Use the '..' buttons to open the path editor).
7. Mount all libraries for which you need coding assistance using 'Mount Directories'. You can also mount .jar files
if the source is not available. Mark them for parsing. Use Drag & Drop (or use 'Workspace|Mount Directory')
8. [optional] Add Misc Directories (such as ressource, documentation) related to your project.
9. [optional] Set the output directory, where the compiled classes are stored if the default doesn't fit.
10. [optional] Compile your project ('Workspace|Build All Workspace Files'), then configure one or more mainclasses to run and debug.