Hacker News new | ask | show | jobs
by dolmen 776 days ago
I found mine too, archived in 2001, but my browser can't run Java applets anymore.

https://web.archive.org/web/20010407081008/http://www.multim...

In fact I noticed 10 years after the publishing when I tried to run the applet that it didn't even run because the compiler of that time had generated invalid byte code (not caught by the JVM) or that the source code itself was invalid and that had not been caught by the compiler. "Compile Once, Run Everywhere", they said.

1 comments

If you want to run your applet today, try CherpJ: https://cheerpj.com/

This should be able to run absolutely any Java in the browser.