JAVA.CFG

The Java configuration file (JAVA.CFG) is the first file your system reads when you load Java. This file is not necessary to load or run java applications but it will set some default environment values if the file is present. When you install JVM, the install procedure creates the following default environment settings in the java.cfg file:

JAVA_HOME=SYS:\JAVA
MGMT_HOME=SYS:\PUBLIC\MGMT
JAVA_FONTS=SYS:\JAVA\LIB\FONTS

If you want to update the SYS:\SYSTEM\AUTOEXEC.NCF file, add the following lines right after the mount all command in the file:

SEARCH ADD SYS:\JAVA\BIN
SEARCH ADD SYS:\JAVA\BIN\CLASSIC
SEARCH ADD SYS:\JAVA\NWGFX\bin
STARTX

HINT:  The STARTX line is optional. It causes the Java GUI to begin running at server startup. You might want to delete any other instances of these lines in the AUTOEXEC.NCF.



  Previous Page: Administration Guide  Next Page: Loading and Unloading Novell JVM for NetWare