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 supporting processes written in python, javascript and Java.
Jody On 10/06/2010, at 6:23 PM, Andrea Aime wrote: > 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 to do this and they ran out of stack. The defaults for >> embedded Java are different then for a normal JVM > > Embedded java -> what is that? Has it do with with Java Micro Edition? > You're talking about this? > http://java.sun.com/javase/embedded/ > > Wondering, is that a full java platform? > > Cheers > Andrea ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
