▲ | Suppafly 6 days ago | |||||||
>I spent an hour or two figuring out how to even download Java, whether I need to give Oracle my home address, use a third party JDK etc. My son found a disk with some of my old java project from college 20 years ago and that's about what it took to run them, first figuring out how to even download java and then making some minor changes to get them running. I think we gave up trying to get the actual applet based ones to run. | ||||||||
▲ | fian 4 days ago | parent | next [-] | |||||||
I know this is a late response, but for anyone curious you would need to use an official Oracle or Sun JDK/JRE from Java 8 or older. OpenJDK doesn't include support for applets. You also need a browser that has NPAPI. IE 11 was the most modern browser I am aware of that still supported applets. The old GUI framework mentioned in the GP might have been Swing. It is still included in most JDKs and allows for cross platform desktop GUI application development with no other dependencies outside the JDK. Finding documentation on how to do GUIs in Swing is getting increasingly difficult though. | ||||||||
| ||||||||
▲ | banku_brougham 4 days ago | parent | prev [-] | |||||||
applet. thats a name i havent heard in a very long time. |