FIND-JAR:(1) User Commands FIND-JAR:(1)
NAME
find-jar - Small helper script to find a jar or a directory of jars depending on the JVM used
SYNOPSIS
find-jar <jar>
EXAMPLE
Find a jar
find-jar ant
/usr/share/java/ant.jar
This helper script is very simple and error message should be confusing. If the jar was not found it prints:
find-jar no-jar
/usr/bin/find-jar: error: Could not find no-jar Java extension for this JVM
Could not find the requested jar or jar directory.
Please check the correct JAVA_HOME is set.
SEE ALSO
Regular Manual Pages
jpackage-utils(7)
AUTHOR
Written by the JPackage Project
REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/)
find-jar (jpackage-utils) February 2009 FIND-JAR:(1)