I have a bunch of jars as a.jar, b.jar, c.jar, d.jar. a.jar is using remaining jars. I am using Test.java in a.java and remaining jars are used by a.java.
I would like to make a tiny jar which is including only necessary classes. Actually I have noticed jarjar tool, but its documentation is not shiny.
By the way, I am not using maven.
Any help?
Thanks