[4870] in java-interest
Re: seting up the JDK 1 beta 2
daemon@ATHENA.MIT.EDU (mark@hactl.com.hk)
Wed Jan 17 06:12:05 1996
From: mark@hactl.com.hk
Date: Wed, 17 Jan 1996 17:34:16 +0800
To: java-interest@java.sun.com, Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM
No need to unzip the classes.zip. You just need set the CLASSPATH or use the
-classpath option when you use javaX. Below is my setting:
in autoexec.bat:
SET CLASSPATH=C:\JAVA\LIB\CLASSES.ZIP;.;C:\MYWORK
for -classpath option
javac -classpath C:\JAVA\LIB\CLASSES.ZIP;.;C:\MYWORK classname
Mark
______________________________ Reply Separator _________________________________
Subject: seting up the JDK 1 beta 2
Author: Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM at INTERNET
Date: 1/16/96 9:58 AM
I download the JDK 1 beta 2 and run the exe
after run the exe file. I have the following dir's
bin
demo
include
lib
But not classes dir. Also under the lib dir i have a file called
classes.zip do i need to under zip this file also where do I save the
output of the unzip. do i need to make a dir on the java root named
classes????
Please help me if you are using beta 2
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com