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 3
3
<classpathentry kind =" src" path =" src" />
4
4
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
5
<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" />
7
6
<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" />
8
9
<classpathentry kind =" output" path =" core/bin" />
9
10
</classpath >
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ static public void main(String[] args) {
83
83
Base .setCommandLine ();
84
84
// init the platform so that prefs and other native code is ready to go
85
85
Base .initPlatform ();
86
- // make sure a full JDK is installed
87
- Base .initRequirements ();
88
86
89
87
// launch command line handler
90
88
Commander commander = new Commander (args );
You can’t perform that action at this time.
0 commit comments