Reputation: 11425
I have a jar with the following structure
com
merc
test.class
lib
xyz.jar
applicationContext.xml
test.class uses xyz.jar. Using ant java task, how do i include the lib folder in the classpath, so that I can execute test.class
Thanks
Upvotes: 0
Views: 1823