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.

Home Page:https://chemapps.stolaf.edu/swingjs/examples.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to instantiate Errors, fillInStackTrace missing

warownia1 opened this issue · comments

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

This is fixed.