Skip to content

frankbauer/teavm-javac

 
 

Repository files navigation

An offline Java compiler that runs in the browser.

This is merely javac from OpenJDK compiled with TeaVM.

See live example here.

This version was changed to work for CodeBlocks.js

Building

$ mvn clean
$ mvn package -DskipTests

Resulting .war file can be found in compiler/target/. Deploy it on Tomcat, or simply unpack all resources and serve them via HTTP.

About

Java compiler in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.9%
  • HTML 7.3%
  • JavaScript 5.0%
  • CSS 2.8%