You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"JRELoadError" = "Unable to load Java Runtime Environment.";
2
+
"JRExLoadError" = "Unable to load a Java %d Runtime Environment.";
3
+
"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.";
4
+
"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.";
5
+
"MainClassNameRequired" = "Main class name is required.";
6
+
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
7
+
"BundlePathContainsColon" = "Cannot launch from folder that contains a \"/\" in its name.";
0 commit comments