mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Application export JDK and resources
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"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.";
|
||||
Reference in New Issue
Block a user