cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.2k stars 333 forks source link

Fix Java version check to cleanly identify both Oracle and OpenJDK va… #2973

Closed enquora closed 2 years ago

enquora commented 3 years ago

…riants

Set minimum supported version to 8 to simplify this check. Java 8 is the last variant from Oracle to be free and unencumbered, and is classified LTS. It is also available from OpenJDK.

cappbot commented 3 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

ThrudTheBarbarian commented 2 years ago

This worked for me, using Ubuntu 20.04 and sudo apt install default-jre

mrcarlberg commented 2 years ago

Merged! Thanks!