Changing the Mount Order of Filesystems

The order in which filesystems appear in Filesystems can affect the running and debugging of sources in the IDE. For example, if you have Java files with identical name and package name in different mounted filesystems, the one in the first mounted filesystem is loaded during execution and debugging, even if you have selected the second one.

To change the order of mounted filesystems:

  1. Choose Tools and choose Options.
  2. In the Options window, expand the IDE Configuration node, and expand the System node.
  3. Right-click the Filesystems Settings node, and choose Change Order from the contextual menu.
  4. Select the filesystem you want to move. Click the Move Up button or the Move Down button to change the position of the filesystem relative to the other filesystems.
See also
Filesystems and the Java Classpath
Mounting a Filesystem
Opening a File Not in a Mounted Filesystem
Configuring a Mounted Filesystem

Legal Notices