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

Unable to instantiate Errors, fillInStackTrace missing #235

Closed warownia1 closed 2 years ago

warownia1 commented 2 years ago

Creating an instance of an error e.g. new Error("error message"); throws TypeError: this.fillInStackTrace$ is not a function.

BobHanson commented 2 years ago

This is fixed.