CLASSPATH
variable, use these commands in Windows and Unix (Bourne shell): To delete the current contents of theIn Windows: C:\> set CLASSPATH
In Unix: % echo $CLASSPATH
CLASSPATH
variable, use these commands: To set theIn Windows: C:\> set CLASSPATH=
In Unix: % unset CLASSPATH; export CLASSPATH
CLASSPATH
variable, use these commands (for example): In Windows: C:\> set CLASSPATH=C:\users\george\java\classes
In Unix: % CLASSPATH=/home/george/java/classes; export CLASSPATH
From: http://java.sun.com/docs/books/tutorial/java/package/managingfiles.html
No comments:
Post a Comment