johnoliver / scala-fx-bytecode-viewer

Displays the bytecode of a Java class file side by side with the source code that generated it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before building a you will need to set the property in the pom.xml that points to your javafx home.

Once this is done it should be compilable with standard maven commands:

  mvn clean package

(Maven 3 or greater is required)


once packaged it can be executed with:

  java -Djavafx.runtime.path=<location> -jar ./target/scala-fx-bytecode-viewer-1.0-SNAPSHOT-jar-with-dependencies.jar
 
where javafx.runtime.path is set to the location of the java fx runtime, for instance:

  ./javafx-sdk2.1.0-beta/rt/

About

Displays the bytecode of a Java class file side by side with the source code that generated it.

License:Apache License 2.0


Languages

Language:Scala 100.0%