Hello:
I am a beginner in java, so how to set the environment classpath in
Windows98? Thanks in advance.
allan
Printable View
Hello:
I am a beginner in java, so how to set the environment classpath in
Windows98? Thanks in advance.
allan
Insert this line to your autoexec.bat
SET CLASSPATH = C:\JDK_DIR\BIN;%CLASSPATH%
JDK_DIR = the name of the directory where your jdk is installed
Ako
"allan" <allanwater@hotmail.com> wrote:
>
>Hello:
> I am a beginner in java, so how to set the environment classpath in
>Windows98? Thanks in advance.
>allan