BobHanson / java2script

Java2Script provides an Eclipse Java to JavaScript transpiler, with a nearly complete implementation of the Java Virtual Machine with AWT and Swing in JavaScript, with simple, automated parallel creation of both class files and js files. To date, over 600 applets have been converted.
https://chemapps.stolaf.edu/swingjs/examples.htm
Other
24 stars 11 forks source link

PR for #167 - add test/ScanTest.java and missing exception classes #191

Closed foreveremain closed 3 years ago

foreveremain commented 3 years ago

this reopens #167 - adds a missing class: java.util.InputMismatchException and the standard openjdk test class: test/ScanTest.java which should run without any test failures.

Current state: stuck: @BobHanson - site/test_ScanTest.html?j2sheadless fails with the following console output: j2sApplet exec testApplet start applet null transpiler was unknown now 3.2.9-v1 for java.lang.Class j2sApplet running headlessly java.util.InputMismatchException

BobHanson commented 3 years ago

POSIX