Page 1 of 1

Where is the Library?

Posted: Wed Apr 10, 2002 11:44 am
by Dave Dung
WHere is the library packages kept?? I have the elements package zipped and I dunno where to unpack it so that when it compiles it will be able to make use of this package.....anyhelp will be grateful!

Re: Where is the Library?

Posted: Mon Jul 15, 2002 12:48 am
by Jeff Epstein
You don't have to unpack it (unless it's going to be used by a servlet engine, I guess). Just put the jar/zip file explicitely into your CLASSPATH:

CLASSPATH=.:c:\some\other\directory:c:\directory_of_jars\my_java_classes.zip