Advanced Java Preferences

Important

Note: These settings are for experts only.

Table 7.4. 

  • Classpath : Specify an additional classpath entry, e.g. for external libraries.

  • Compile -d: .Specify a seperate output directory where to put the class files.

  • Compile -g : .Generate debugging information while compiling. This has to be checked if you want to use the class file with a debugger (like jdb or JSwat).

  • Compile -verbose: .Show more information on the compile process itself.

  • Run -verbose: .Show more information on the class loading process.