Download the latest build here
Usage:
java -Dtz=<tz of jar contents> -jar jar-analyzer.jar "/path/to/dir/or/jar/to/analyze"-Dtz=<tz> is optional, and if not used, the program will assume the jar contents are UTC.
For best results, use the TZ identifier string from tz database
Europe/Stockholm:pc-13-2011to1.2.41.5.2-pre-25-07031.5.213w16a-18-1812to16w04a1.9.3-pre116w32b16w36ato16w41a
UTC:1.2.5to1.5.116w05ato16w15b1.9.3-pre2to16w32a16w33ato16w35a16w42auntil current latest version
- Clone the repository
git clone 'https://github.com/betacraftuk/jar-analyzer.git' - Run
./gradlew build(or.\gradlew.bat buildif you're on Windows) in the project directory.
Your build will be at {project dir}/build/libs/jar-analyzer.jar
- add printing in tree view as an option
- make sorting code cleaner?