Instructions for JBuilder Personal 7
- Open JBuilder Personal
- Select File > New Project
Proceed through the three steps using appropriate information.
IMPORTANT: In order for your code to compile you must set the
Default and Test Source paths (Step 2 of 3) to the directory where the
java files are located. In order for your code to run correctly make
sure the Working path is the same as for the source paths (also in Step
2 of 3).
- Next you have to add all of the files to the project by selecting
Project > Add Files / Packages
- To compile the code select Project > Make Project "nameOfYourProjectHere"
- To run the program select Run > Run Project.
The first time you do this a dialog will appear. You will have to
enter the runtime info.
- Click the New button
- Click the "..." button next to Main Class.
Select ExprMain as the main class.
- Click ok
- To now run the program go to Run > Run Project again.
Last modified: Wed Feb 19 12:04:08 EST 2003