File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" output =" bin" path =" src" />
4
4
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
- <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-core" />
6
5
<classpathentry kind =" lib" path =" lib/commons-codec-1.4.jar" />
7
6
<classpathentry kind =" lib" path =" lib/commons-logging-1.1.1.jar" />
8
7
<classpathentry kind =" lib" path =" lib/httpclient-4.1.2.jar" />
9
8
<classpathentry kind =" lib" path =" lib/httpclient-cache-4.1.2.jar" />
10
9
<classpathentry kind =" lib" path =" lib/httpcore-4.1.2.jar" />
11
10
<classpathentry kind =" lib" path =" lib/httpmime-4.1.2.jar" />
11
+ <classpathentry kind =" lib" path =" core.jar" />
12
12
<classpathentry kind =" output" path =" resources/code" />
13
13
</classpath >
Original file line number Diff line number Diff line change 17
17
# For windows the default path to your sketchbook would be
18
18
# ${user.home}/My Documents/Processing (make adjustments below).
19
19
20
- sketchbook.location =${user.home}/Dropbox /Processing
20
+ sketchbook.location =${user.home}/Documents /Processing
21
21
22
22
23
23
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Dropbox/Processing
38
38
# Uncommenting the line below will overwrite the classpath.local.location from
39
39
# above.
40
40
41
- classpath.local.location =/Applications/Processing-3.0.1 .app/Contents/Java/core/library
41
+ classpath.local.location =/Applications/Processing-3.5.4 .app/Contents/Java/core/library
42
42
43
43
44
44
# Add all jar files that are required for compiling your project to the local
Original file line number Diff line number Diff line change
1
+ package http .requests ;
2
+
1
3
2
4
// this part will get folded into the HTTP library if all goes well:
3
5
import java .io .File ;
Original file line number Diff line number Diff line change
1
+ package http .requests ;
2
+
1
3
2
4
// this part will get folded into the HTTP library if all goes well:
3
5
import java .io .File ;
You can’t perform that action at this time.
0 commit comments