Hi Tudor,
It is not possible to start a Java VM again in the same operating system process after shutting it down. You have to restart Pharo to do this. This is a restriction of the Java VM itself, not a restriction of JNIPort. The JVM specification also says that it should be possible to start more than one Java VM in the same operating system process, but Sun/Oracle has never implemented this feature.
HTH
Joachim
Tudor Girba-2 wrote
Hi Joachim,
How can I drop or reinitialize the JVM reliably? The code from the previous
message does not seem to work.
Cheers,
Tudor