| Author |
ant classs path problem
|
suresh mandalapu
Ranch Hand
Joined: Sep 14, 2008
Posts: 32
|
|
i have some .java files in a package....
i want to include this package of .java files to my classpath to compile some other files
how can i give?
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
|
You want to have those java files complied into .class files and then probably create a JAR file from those class files that you then reference on the CLASSPATH.
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
suresh mandalapu
Ranch Hand
Joined: Sep 14, 2008
Posts: 32
|
|
|
thanks..did the same thing..now working..
|
 |
 |
|
|
subject: ant classs path problem
|
|
|