[JPP-Devel] SEXTANTE on OpenJUMP

2008-09-25 Thread Leandro Leal Parente
Hi guys, Sorry about my project on GSOC. I last months I had much work and many activities on my university. But I still have interesting on this project, because the LAPIG(Laboratory of Image Processing and Geoprocessing) where I work need to it. If SEXTANTE can run on OpenJUMP I want help. thna

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 do

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 t

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? . mayb

[JPP-Devel] org.apache cannot be resolved

2008-09-25 Thread Erwin Poeze
Hi, I'm new to openJump but quite impressed with it's capabilities already. I would like to write some plugins, but I stumbled on a sort of basic problem. I got the source from the repository and made the hello world example. When I run: javac -1.5 -classpath .:/home/donnut/dev/openjump/core/trun