Link to home
Start Free TrialLog in
Avatar of DoughBoy
DoughBoy

asked on

compiling java into jar files while referencing jar files in other directories

Hi,
 I have some nice java files.  I would like to compile them into classes and then package them into JAR files. Now, the trick is, in my java files, I am making referencing to other JAR files that are all over my computer. So, how do I reference those other JARS properly in order to compile successfully. I am using Java 1.3 from a command line in Windows 2000. Then once I compile them successfully, how do I correctly place them into JAR files.
50 points for each of my two questions.

TIA
DoughBoy
ASKER CERTIFIED SOLUTION
Avatar of conick
conick

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial