diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index fb09d2870..94f6a3239 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -157,7 +157,7 @@ public class Base { // because the platform has to be inited properly first. // Make sure a full JDK is installed - initRequirements(); + //initRequirements(); // run static initialization that grabs all the prefs Preferences.init(null);