table of contents
BUILD-CLASSPATH(1) | User Commands | BUILD-CLASSPATH(1) |
NAME¶
build-classpath - build a Java CLASSPATH with the named JARs
SYNOPSIS¶
build-classpath JAR1 [JAR2... JARn]
DESCRIPTION¶
Small utility to build a Java CLASSPATH with the named JARs. The CLASSPATH is returned to standard output.
EXAMPLES¶
- build-classpath tyrex saxon wsdl4j
- will return a string to standard out that is a valid CLASSPATH containing tyrex, saxon, and wsdl4j JARs.
AUTHOR¶
Written by David Walluck
REPORTING BUGS¶
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/)
March 2006 | build-classpath (jpackage-utils) 1.7.0 |