Mounting the Java 2 SDK

See Also

If you want to browse the sources of the Java 2 SDK in the IDE, they must be mounted in the IDE. The src.zip file of the Java 2 SDK that the IDE uses is automatically mounted the first time you use features such as code completion or the Go To Source command in the Source Editor.

To manually mount sources of the Java 2 SDK, version 1.4 or compatible:

  1. Choose File and choose Mount Filesystem.
  2. On the Choose Template page of the wizard, select the Archive node. Click Next.
  3. In the Select Archive page, browse to the archive file that contains the SDK sources and select that file. Click Finish.
  4. In the Filesystems window, right-click the node for the newly mounted directory and choose Properties.
  5. Set the Use in Compiler property to False. This prevents the SDK sources from being compiled when you compile your own Java classes.
See Also
Filesystems and Application Development
Mounting a Filesystem
Using the JAR Packager
Changing the Mount Order of Filesystems
Disabling Compilation for a Filesystem <

Legal Notices