| Author |
creating long classpath?
|
hasan khan
Ranch Hand
Joined: Aug 04, 2003
Posts: 222
|
|
i want to compile my java code. this java code require 18 jar files to compile which are placed in 2 different directories. please tell me how to compile the code to add all the jar files in the classpath.
|
SCJP, SCWCD
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
I think this is what you wanted: A little more complex than some, perhaps. I use it on a project that pulls in all the JDO jars (wildcard in directory) plus selected explicitly-named jars. The other class path definition being pulled in (the one named "classpath") mostly references stuff that's already in a prototype web app that will be copied/merged to build the working web app.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: creating long classpath?
|
|
|