Re: [JPP-Devel] org.apache cannot be resolved

2008-09-25 Thread Stefan Steiniger
Hei Erwin, you are writing to the right mail list on your problem: . does your development program (or compiler) recognize the existence of com.vividsolutions.jts.* classes, i.e. did you include log4j in the same way as the JTS library - or is this just the first error that is recognized? .

Re: [JPP-Devel] org.apache cannot be resolved

2008-09-25 Thread Erwin Poeze
Hello Stefan, Thank you for your help! 2008/9/25 Stefan Steiniger [EMAIL PROTECTED]: . does your development program (or compiler) recognize the existence of com.vividsolutions.jts.* classes, i.e. did you include log4j in the same way as the JTS library - or is this just the first error that

Re: [JPP-Devel] org.apache cannot be resolved

2008-09-25 Thread Paul Austin
Erwin, I would recommend that you use an IDE such as eclipse.org to build the application, or use the ant.apache.org build.xml or maven.apache.org pom.xml to build the application. When setting classpaths you need to specify each jar file on the classpath. The Java virtual machine and compiler