File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/processing/mode/android Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33 <classpathentry kind =" src" path =" src" />
44 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
55 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-app" />
6- <classpathentry kind =" lib" path =" /processing-app/lib/antlr.jar" sourcepath =" /processing-app/lib/antlr-src.zip" />
76 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-core" />
7+ <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-java" />
8+ <classpathentry kind =" lib" path =" /processing-java/mode/antlr.jar" />
89 <classpathentry kind =" output" path =" core/bin" />
910</classpath >
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ static public void main(String[] args) {
8383 Base .setCommandLine ();
8484 // init the platform so that prefs and other native code is ready to go
8585 Base .initPlatform ();
86- // make sure a full JDK is installed
87- Base .initRequirements ();
8886
8987 // launch command line handler
9088 Commander commander = new Commander (args );
You can’t perform that action at this time.
0 commit comments