Java Reference
In-Depth Information
Display 5.22
A Package Name
programs
libraries
oldlibraries
\libraries\newlibraries
is on the class path.
newlibraries
inputoutput
utilities
utilities.numericstuff
is the package name.
stringstuff
numericstuff
Classes in the package
utilities.numericstuff
AClass.class
AnotherClass.class
miscellaneous
otherlibraries
otherstuff
If you are on a UNIX system, you are likely to be able to set the CLASSPATH with
some command similar to the following:
set CLASSPATH=/libraries/newlibraries;/otherstuff/specialjava;.
export CLASSPATH
If this does not work, you might try omitting the word set or replacing set with
setenv . You might also try placing the list of directories in quotes. There are many
versions of UNIX, all with their own minor variations. You may need to consult a local
expert or check the documentation for your operating system.
 
 
Search WWH ::




Custom Search