try to switch to JRE only; fail

This commit is contained in:
Ben Fry
2013-10-19 21:04:42 -04:00
parent 116921d7a9
commit ff618bc0b5
4 changed files with 14 additions and 2 deletions

View File

@@ -2401,6 +2401,10 @@ public class Base {
}
// static public File getJavaHome() {
// }
/** Get the path to the embedded Java executable. */
static public String getJavaPath() {
if (isMacOS()) {