1FIND-JAR(1) Java Packages Tools FIND-JAR(1)
2
3
4
6 find-jar - find extension JAR or directory
7
9 find-jar JAR|artifact-coordinates
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 Using find-jar with artifact-coordinates requires xmvn-resolve command
22 to be available. User of find-jar is responsible for making it
23 available in the system.
24
26 find-jar xpp3 will print /usr/share/java/xpp3.jar on standard output.
27
28 find-jar javamail will print /usr/share/java/javamail on standard
29 output.
30
32 Bugs should be reported through Java Packages Tools issue tracker at
33 Github: https://github.com/fedora-java/javapackages/issues.
34
36 build-classpath(1), build-jar-repository(1), xmvn-resolve(1).
37
38
39
40JAVAPACKAGES 07/21/2022 FIND-JAR(1)