Re: [Geotools-devel] ZooWPS and GeoTools use from an embedded Java

2010-06-10 Thread Jody Garnett
I was meaning from your C program (ZooWPS in this case) you can call a JVM; indeed you can statically link the JVM into your application and have it be in the same process. It was very popular in the early days of Java; and is less scene now. Indeed it is to the projects credit that they are su

Re: [Geotools-devel] ZooWPS and GeoTools use from an embedded Java

2010-06-10 Thread Andrea Aime
Jody Garnett wrote: > Okay I got back an amazing story that is more to do with Zoo WPS then > geotools... - File permission exceptions were more about the > classpath being set up wrong - Stack Overflow was more about > executing GeoTools from within an embedded Java; it requires a lot of > classes