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-2011
to1.2.4
1.5.2-pre-25-0703
1.5.2
13w16a-18-1812
to16w04a
1.9.3-pre1
16w32b
16w36a
to16w41a
UTC
:1.2.5
to1.5.1
16w05a
to16w15b
1.9.3-pre2
to16w32a
16w33a
to16w35a
16w42a
until current latest version
- Clone the repository
git clone 'https://github.com/betacraftuk/jar-analyzer.git'
- Run
./gradlew build
(or.\gradlew.bat build
if 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?