I teach AP CS A which is essentially an introduction to object-oriented programming using Java. For a while now I have been looking for a version of OpenJDK that satisfies the following requirements:
1) It has Windows and macOS installers 2) Those installers do not require you to set up an account (like Oracle / RedHat) 3) The Windows installer automatically puts java and javac on the system path
If anyone knows of a good option here, I would greatly appreciate it. It's on my to-do list of things to check out
Try https://adoptopenjdk.net/ [adoptopenjdk.net]. It does seem to have installers for Windows and MacOS, although I've no idea if these work as you want (as my desktop is Ubuntu).
I have yet to see any problem, however complicated, which, when
you looked at it in the right way, did not become still more complicated.
-- Poul Anderson
Related question (Score:2)
I teach AP CS A which is essentially an introduction to object-oriented programming using Java. For a while now I have been looking for a version of OpenJDK that satisfies the following requirements:
1) It has Windows and macOS installers
2) Those installers do not require you to set up an account (like Oracle / RedHat)
3) The Windows installer automatically puts java and javac on the system path
If anyone knows of a good option here, I would greatly appreciate it. It's on my to-do list of things to check out
Re:Related question (Score:2)