mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
make a note about how to use Java 11
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@
|
||||
</target>
|
||||
|
||||
<!-- Require Java 11 everywhere. -->
|
||||
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java 11 is installed.">
|
||||
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java 11 is installed, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME="`/usr/libexec/java_home -v 11`"">
|
||||
<condition>
|
||||
<not>
|
||||
<or>
|
||||
|
||||
Reference in New Issue
Block a user