Yes, this is a .java file in my sketch folder, it's called Browser.java. The main sketch is a .pde file named httpclient_jul08a.pde.
The content of my sketch folder is as follows:
- Browser.java
- httpclient_jul08a.pde
- code:
- commons-codec-1.6.jar
- commons-logging-1.1.1.jar
- fluent-hc-4.2.1.jar
- httpclient-4.2.1.jar
- httpclient-cache-4.2.1.jar
- httpcore-4.2.1.jar
- httpmime-4.2.1.jar
So the code folder is indeed at the same level than my .pde file.
Still the same error as before: "The package 'org.apache.commons' does not exist. You might be missing a library."