Skip to content

Commit 5dafc9c

Browse files
committed
correct path of core.jar in build.properties based on @P0ulp's changes as described in #31
1 parent 07d737d commit 5dafc9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Documents/Processing/
3838
# Uncommenting the line below will overwrite the classpath.local.location from
3939
# above.
4040

41-
classpath.local.location=${user.home}/Documents/eclipse/processing-libraries
41+
classpath.local.location=${user.home}/Documents/code/eclipse/libs
4242

4343

4444
# Add all jar files that are required for compiling your project to the local

0 commit comments

Comments
 (0)