Where is the Library?

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Dave Dung

Where is the Library?

Post 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!
Jeff Epstein

Re: Where is the Library?

Post 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
Post Reply