how do i run command-line ant with stuff in the classpath? -


in eclipse, can tell external ant tool run stuff in classpath.

if want run ant command line, how that?

for argument's sake, classpath want add c:\some\folder\here\hooray.jar

use -lib argument. ant docs on this page:

additional directories searched may added using -lib option. -lib option specifies search path. jars or classes in directories of path added ant's classloader.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -