how do I view an old applet?

63 Views Asked by At

I have the code for an old Java applet and the class files. I would rather not recompile it, but if needs be, that's okay too. What's the easiest way to view this applet, when I can't find the right old JDK for mac? The applet is from early 2000s, and I am wondering if there is a simulator or some way simple to run it (it has graphics).

2

There are 2 best solutions below

1
alexp On

You can use the CheerpJ Applet Runner Chrome extension. It's free for personal use.

Full disclosure: I am CTO of Leaning Technologies, the company behind this tool. Join our Discord for support.

0
Anthony On

You can use Japplis Applet Runner IDE plugin (JetBrains, Eclipse, NetBeans) to run it in your IDE. It's a free plug-in.

Disclosure: I'm the author of the plug-ins.