Is it possible to run more then one Jython environment with different system settings (i.e. library import paths) under one JVM.
If it possible please suggest how this can be done properly.
Technically nothing prevents me from having PythonInterpreter interpreter = new PythonInterpreter();
executed more then once. But I would like to be sure that there is no singleton sitting somewhere inside.