Find a Java class in a folder. Automatically expands *.zip
, *.jar
, and *.jmod
files, searches them, and deletes the extracted directories afterwards.
Download classfinder.jar
from the latest release at https://github.com/IBM/classfinder/releases/latest
usage: java -jar classfinder.jar CLASS [DIRECTORY...]
Currently, CLASS
does not support package names.
-Djava.util.logging.config.file=/$PATH/logging.properties
version
in pom.xml
mvn clean install
git tag -l
git tag 0.X.Y
git push --tags