jIDEE Help
Note: This is a very crude help file. A more complete help file is on
the TODO list.
Creating a project
A project in jIDEE is a folder that contains your code and other
resources. To create a new project folder:
- Select
from the menu bar and navigate to the location where you want to create
the project.
- Click the button and
give the project a name.
- Click the button.
Add a source file to a project
- From the list of folders on the left of the main window, select the
folder in which you want to create the new file.
- Select from
the menu bar and specify the name of the new file.
- Click the button.
Edit a source file
- Double click on the name of the file in the list and click the button in the dialog box that opens,
or
- Right click on the name of the file in the list and select .
Compile a source file
- Double click on the name of the file in the list and click the button in the dialog box that opens,
or
- Right click on the name of the file in the list and select .
Compile an entire folder
and its subfolders
- Select from the menu bar,
or
- Press ,
or
- Click the lightning-bolt icon.
Execute a class
- Double click on the name of the
*.class
file in the
list,
or
Right click on the name of the file *.class
file in the
list and select .
- Enter the desired command line arguments. If you don't have any (or
don't know what this means) leave this blank.
- Click the