JAVA

JAVA

This is the build/run options settings for a Java project.

  1. Main class path - Displays the path to the main class to build.

  2. Package/Main Class Name - Set the name of the main class to build.

  3. Source path - Set the path to the folder with the main file to build.

  4. Class path - Set the path to the folder where the library file (Jar) is located.

  5. Build Path - Set the path to the folder where the built files will be saved.

  6. Build Options - Set the build command options to add.

  7. Run Options - Set the run command options to add.

Last updated