Jump to content

CLASSPATH

From EDM2
Revision as of 12:33, 13 November 2017 by Ak120 (talk | contribs) (Created page with "The '''CLASSPATH''' variable points to the IBM Java class files. SET CLASSPATH=<filename>|<pathname> ;Example:Taken from the DHCP server management starter SET CLASSPAT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The CLASSPATH variable points to the IBM Java class files.

SET CLASSPATH=<filename>|<pathname>
Example
Taken from the DHCP server management starter
SET CLASSPATH=C:\TCPIP\java\dadmgui.jar;C:\TCPIP\java\tcpauth.jar;C:\TCPIP\java\netdiver.jar;
              C:\TCPIP\java\%tcplang%\dadmres.jar;C:\TCPIP\java\%tcplang%\tcpares.jar;

(with no line breaks)

Parameters

filename
Java archive file containing Java class files with full path or relative path
pathname
Full or relative path to a directory containing Java class files