FIND\-JAR

Section: Java Packages Tools (1)
Updated: 01/26/2021
Page Index
 

NAME

find-jar - find extension JAR or directory  

SYNOPSIS

find-jar JAR|artifact-coordinates  

DESCRIPTION

The find-jar command tests the resolution of a given element. If successful it will return a JAR file or a directory.

This command is solely intended for testing resolution and should not be used in scripts. Even for single-element classpath building build-classpath is preferred since single-element searches can produce multiple file results when resolving into a directory.  

DEPENDENCIES

Using find-jar with artifact-coordinates requires xmvn-resolve command to be available. User of find-jar is responsible for making it available in the system.  

EXAMPLES

find-jar xpp3 will print /usr/share/java/xpp3.jar on standard output.

find-jar javamail will print /usr/share/java/javamail on standard output.  

REPORTING BUGS

Bugs should be reported through Java Packages Tools issue tracker at Github: m[blue]https://github.com/fedora-java/javapackages/issuesm[].  

SEE ALSO

build-classpath(1), build-jar-repository(1), xmvn-resolve(1).


 

Index

NAME
SYNOPSIS
DESCRIPTION
DEPENDENCIES
EXAMPLES
REPORTING BUGS
SEE ALSO