Skip to content

Commit 15bb70f

Browse files
committed
get things running in Eclipse after moving Java Mode around a bit
1 parent 1447ba7 commit 15bb70f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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>

src/processing/mode/android/Commander.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)