Configuring the default java file path in general settings

     


On this tab you can edit the default class path and source path for all sessions. With the two radio buttons on the top you choose whether to set the To edit the path you can
  add a new entry by clicking on the right side of the tab. In the following file chooser select a directory (or a jar file for the class path) to add to the path.
  copy a path from the system clipboard by clicking on the right side of the tab. The path must consist of
  • a single path entry
  • multiple path entries separated by the standard path separator (";" on Windows, ":" on UNIX) or by line breaks.
Each path entry can be
  • absolute
    The path entry is added as it is.
  • relative
    On the first occurrence of a relative path, JProfiler brings up a directory chooser and asks for the root directory against which relative paths should be interpreted. All subsequent relative paths will be interpreted against this root directory.

JProfiler will only add unique path entries into the list. If no new path entry could be found, a corresponding error message is displayed.

  remove an existing entry by clicking on the right side of the tab or choosing Remove from the context menu. You will not be prompted for confirmation.
  change the position of an existing entry by clicking for moving it upward or for moving it downward. The context menu entries Move up and Move down are equivalent to the image buttons.