Hey #Java friends,

I've made a new tool for exploring Java bytecode in an interactive website!
https://byte-me.dev

You can edit and compile programs, upload your own class files, and even explore the JDK core libraries.

Hope you find it useful!

Byte-Me - Java Bytecode Explorer

Compile and explore bytecode from your own classes and JDK core libraries.

Byte-Me.dev
@chriswhocodes This is *amazing*, I wish i had it when i was writing my jvm compiler for an DSL. Adding the intellij decompiler will make a full circle !
@vrdhn Thanks for the kind words! Adding a decompiler is on my todo list along with better navigation (follow invokes through the bytecode where possible). I might also look at adding an execution environment which could help me achieve my goal of producing an online version of JITWatch :)