Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
100 stars 171 forks source link

Consider adding Amazon Corretto to JDK options #42

Closed alan412 closed 3 years ago

alan412 commented 3 years ago

As Oracle is making it more and more of a pain with what has to be agreed to to download the jdk 8, I am having students get Amazon Corretto (their JDK 8). I have verified it works with the simulator.

To get it: https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html

jkenney2 commented 3 years ago

That's great. I hadn't heard of Corretto. I modified the Detailed Installation Instructions to include that as an option.