mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 00:41:07 +01:00
8 lines
733 B
Plaintext
8 lines
733 B
Plaintext
"JRELoadError" = "Unable to load Java Runtime Environment.";
|
|
"JRExLoadError" = "Unable to load a Java %d Runtime Environment.";
|
|
"JRExLoadFullError" = "This application requires that Java %d or later be installed on your computer. Please download and install the latest version of Java from www.java.com and try again.";
|
|
"JDKxLoadFullError" = "This application requires that a Java %d JDK or later be installed on your computer. Please download and install the latest Java JDK from Oracle.com and try again.";
|
|
"MainClassNameRequired" = "Main class name is required.";
|
|
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
|
|
"BundlePathContainsColon" = "Cannot launch from folder that contains a \"/\" in its name.";
|