Skip to content

alexeykiselev/JarSerialver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JarSerialver

Clone of serialver utility which works with JARs

Using this utility you can get SerialVersionUIDs for all classes in JAR file.

##Usage:

java -jar jarserialver.jar --file <your-lib.jar> --classpath <classpath with your jar and dependencies>

additionally you can ignore anonymous classes with --ignore-anonymous option and limit classes by package with --package option:

java -jar jarserialver.jar --file <your-lib.jar> --classpath <classpath with your jar and dependencies> -a --package <your package>

To generate a long classpath from a directory use this snippet:

--classpath $(echo lib/*.jar | tr ' ' ':')

Build

To build this project use SBT:

sbt assembly

About

Clone of serialver utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages