ClassViewer is a lightweight Java class file viewer that you can use to view the structure of Java class files.
- Understands class files described by JVMS23
- Displays class file as tree and hex text.
- The corresponding hex text is highlighted when you select a tree node
Building ClassViewer requires JDK 21 (or later) with JavaFX bundled.
./gradlew jar
./gradlew run
Thanks to PLCT Lab for supporting me.
This project is developed using JetBrains IDEA. Thanks to JetBrains for providing me with a free license, which is a strong support for me.