Connecting Java to C++

Please read my question in the Java Programming Forum about not being able to create the JVM again after destroying it:http://forum.java.sun.com/thread.jspa?threadID=5133663&tstart=0Thanks!
[214 byte] By [BrigitAnanyaa] at [2007-11-26 17:34:50]
# 1
You simply will not be able to start another jvm instance. Period.So you better start debugging the memory overflow problem.
bschauwejavaa at 2007-7-9 0:02:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Thanks!I do have another problem, I cannot keep the information of the JavaVM and JNIEnv. Please see: http://forum.java.sun.com/thread.jspa?threadID=5133663&tstart=0
BrigitAnanyaa at 2007-7-9 0:02:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3

Well, actually I was able to go back to an older program, where I can keep the information.

However, I still have the problem with not being able going back and forth between the Photoshop window and my plugin window too many times, and this doesn't seem to be a memory overflow problem.

Please check:

http://forum.java.sun.com/thread.jspa?threadID=5133663&tstart=0

BrigitAnanyaa at 2007-7-9 0:02:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 4
I found out exactly where the program crashes.Please check: http://forum.java.sun.com/thread.jspa?messageID=9490327Thanks a lot!
BrigitAnanyaa at 2007-7-9 0:02:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...