xplr icon indicating copy to clipboard operation
xplr copied to clipboard

Java Command Line Jar Explorer

Results 2 xplr issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I just tried xplr on a Spring Boot created jar and I get this NPE: ``` Wims-MacBook-Pro:Downloads wdb$ java -jar xplr.jar ~/Projects/my-project/project-server/target/project-server-1.1.1.jar Exception in thread "main" java.lang.NullPointerException at com.airhacks.xplr.JarFileInfo.getManifest(JarFileInfo.java:28) at...