File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/processing/app/platform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ public void initBase(Base base) {
4242 (!javaVendor .contains ("Sun" ) && !javaVendor .contains ("Oracle" )) ||
4343 javaVM == null || !javaVM .contains ("Java" )) {
4444 Messages .showWarning ("Not fond of this Java VM" ,
45- "Processing requires Java 8 from Sun (i.e. the sun-java-jdk \n " +
46- "package on Ubuntu). Other versions such as OpenJDK, IcedTea,\n " +
45+ "Processing requires Java 8 from Oracle. \n " +
46+ "Other versions such as OpenJDK, IcedTea,\n " +
4747 "and GCJ are strongly discouraged. Among other things, you're\n " +
4848 "likely to run into problems with sketch window size and\n " +
4949 "placement. For more background, please read the wiki:\n " +
50- "https://github.com/processing/processing/wiki/Supported-Platforms#Linux " , null );
50+ "https://github.com/processing/processing/wiki/Supported-Platforms#linux " , null );
5151 }
5252
5353 // Set x11 WM_CLASS property which is used as the application
You can’t perform that action at this time.
0 commit comments