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) -

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

jquery - How can I dynamically add a browser tab? -