What would be the easiest way to view classes, methods, properties, etc. inside a jar file? I\'m looking for something equivalent to the very useful Lutz Roeder .NET Ref
If you like to see whats inside, simply rename as first option below..
F2 & Rename to jarfile.zip //Use any unzipper...
F2 & Rename to jarfile.zip
jar tvf jarfile.jar
jar tf jarfile.jar