Where is the Library?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Where is the Library?
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?
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
CLASSPATH=.:c:\some\other\directory:c:\directory_of_jars\my_java_classes.zip