1FIND-JAR(1) Java Packages Tools FIND-JAR(1)
2
3
4
6 find-jar - find extension JAR or directory
7
9 find-jar element
10
12 The find-jar command tests the resolution of a given element. If
13 successful it will return a JAR file or a directory.
14
15 This command is solely intended for testing resolution and should not
16 be used in scripts. Even for single-element classpath building
17 build-classpath is preferred since single-element searches can produce
18 multiple file results when resolving into a directory.
19
21 find-jar xpp3 will print /usr/share/java/xpp3.jar on standard output.
22
23 find-jar javamail will print /usr/share/java/javamail on standard
24 output.
25
27 Bugs should be reported through Red Hat Bugzilla at
28 http://bugzilla.redhat.com/.
29
31 build-classpath(1), build-jar-repository(1), xmvn-resolve(1).
32
33
34
35JAVAPACKAGES 11/20/2015 FIND-JAR(1)