▲ | andai 7 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. Then it turned out the standard built in GUI library I needed was no longer standard or built in. (I also used it ten years ago and it was a much better experience then.) | |||||||||||||||||||||||
▲ | trinix912 6 days ago | parent | next [-] | ||||||||||||||||||||||
JavaFX? I’ve been there too, had to install it with maven and waste a few hours getting the maven xml just right for it to bundle the entire thing into a runnable jar (one that doesn’t require shipping extra files). Not the most convenient, but I get that they wanted to split it off the JDK release cycle. | |||||||||||||||||||||||
▲ | sorokod 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||
To save you time in the future: Haven't used javaFX for a while but this is worth a shot | |||||||||||||||||||||||
▲ | Suppafly 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||
>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. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | ivan_gammel 7 days ago | parent | prev [-] | ||||||||||||||||||||||
Well, I would spend probably similar time to get started on Pascal, which I used last time in the previous century. I would not blame Pascal for it though. |