Fantastic job. My large JAVA applet https://math.la.asu.edu/~kawski/vfa2/vfa2sample.html for a visual interactive discovery of derivatives and integrals of vector fields had been used all around the world for almost 20 years -- then the browsers effectively killed it by withdrawing support for JAVA. I had not been able to rewrite it as a freestanding JAVA main program. So happy when I discovered CheerpJ in the spring. So many happy students, instructors, and folks from everywhere who just to ... Show more
The CheerpJ Applet Runner is a browser extension that allows users to run legacy Java Applets on modern browsers without a Java plugin or a local installation of Java
It works by converting the Java Applet to WebAssembly and JavaScript on the fly, providing a private and secure client-side solution
The extension is developed by Leaning Technologies, based on CheerpJ, a professional Java to HTML5 compiler