Hi developers, I need some advice on classpath and plugins magic. Currently the spatial toolbox spawns a new jvm for each process. That way it is possible to assign it different memory than the one needed by uDig, even a different JVM if needed (64 against 32). Also it is simple to stop a heavy process that you want to "resize".
This works quite good for processing and analysis of data, but has one obvious drawback: the instantiation of the VM takes some time. So I would like to give the user the possibility to choose. The problem is that if I run the process inside the uDig VM, I have problems to add jars of the modules. So my final question is: do you know if there is a way to create a plugin, that exports all the contained jars, without the need of defining them in the manifest? Cheers, Andrea _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel