Skip to content

Commit 348e2b4

Browse files
committed
Merge pull request processing#4512 from gohai/jvm-warning
Update JVM warning text on Linux
2 parents b4882e1 + d787eb7 commit 348e2b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/processing/app/platform/LinuxPlatform.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)