ModernJava icon indicating copy to clipboard operation
ModernJava copied to clipboard

javap hint for .class

Open Zabuzard opened this issue 4 months ago • 1 comments

https://javabook.mccue.dev/compilation/class_files.html

Might want to add a hint that class files can be "looked into" using javap -h Foo.class.

Zabuzard avatar Sep 22 '25 08:09 Zabuzard

-h is only the list of public methods and fields, -v actually shows the whole class.

Alathreon avatar Nov 07 '25 22:11 Alathreon