[4823] in java-interest

home help back first fref pref prev next nref lref last post

Re: I have this problem

daemon@ATHENA.MIT.EDU (Franck Lantres)
Tue Jan 16 04:34:03 1996

From: Franck Lantres <lantres@lome.seriat.fr>
Date: Tue, 16 Jan 96 08:58:38 GMT
To: java-interest@java.sun.com

You must set the variable CLASSPATH with the directory where are  
your classes.
In your case, you must write in the file autoexec.bat :
set CLASSPATH=D:\Programming\java\source\test
Then, if you want to launch your application, the first argument is  
the name of the class
which contains the main method : java test
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post