Jump to content

CLASSPATH: Difference between revisions

From EDM2
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..."
(No difference)

Revision as of 12:33, 13 November 2017

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