Welcome to Javabytes, a disassembler for your java code. Inspired by a project by Matt Godbold called GCC Explorer. Enter some arbitrary java code and this application will do a few things:
- Generate a random class to hold your code.
- Put all of the code you entered into a public static void test() method.
This is done solely out of convenience so that you don't have to write boilerplate code everytime.
Currently only supports OpenJDK8
The demo site can be found here.