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 are in windows and using powershell and you are looking for a file in a jar you can do:
jar -tf .\[JAR_NAME] | where {$_ -match "[FILENAME]"}