Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 909 Bytes

Javabytes

Build Status

Welcome to Javabytes, a disassembler for your java code. Inspired by a project by Matt Godbolt called GCC Explorer.

Enter some Java and this application will show you the JVM bytecode that is generated.

Currently only supports OpenJDK8.

The demo site can be found here at javabytes.io.

Development

Prereq

  1. Java 8
  2. Scala 2.11.x
  3. Play 2.7
  4. SBT 1.2.x
  5. Generate secret Link
  6. Create tmp directory
# create tmp directory
mkdir -p /tmp/javabytes

Setup

  1. Check out this project
  2. Run server
sbt run