Skip to content

Commit 7de22e2

Browse files
author
Federico Fissore
committed
forgot to modify the mac and windows config files to add the new libs in the classpath
1 parent 72a6452 commit 7de22e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/macosx/template.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- In 0149, removed /System/Library/Java from the CLASSPATH because
7777
it can cause problems if users have installed weird files there.
7878
http://dev.processing.org/bugs/show_bug.cgi?id=1045 -->
79-
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/RXTXcomm.jar</string>
79+
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/RXTXcomm.jar:$JAVAROOT/commons-codec-1.2.jar:$JAVAROOT/commons-httpclient-3.0.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/swing-layout-1.0.4.jar</string>
8080

8181
<key>JVMArchs</key>
8282
<array>

build/windows/launcher/config.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<cp>lib/jna.jar</cp>
2121
<cp>lib/ecj.jar</cp>
2222
<cp>lib/RXTXcomm.jar</cp>
23+
<cp>lib/commons-codec-1.2.jar</cp>
24+
<cp>lib/commons-httpclient-3.0.jar</cp>
25+
<cp>lib/commons-logging-1.0.4.jar</cp>
26+
<cp>lib/swing-layout-1.0.4.jar</cp>
2327
</classPath>
2428
<jre>
2529
<path>java</path>

0 commit comments

Comments
 (0)