Instructions for JBuilder Personal 7

  1. Open JBuilder Personal
  2. 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).
  3. Next you have to add all of the files to the project by selecting Project > Add Files / Packages
  4. To compile the code select Project > Make Project "nameOfYourProjectHere"
  5. 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.
  6. To now run the program go to Run > Run Project again.

Last modified: Wed Feb 19 12:04:08 EST 2003