I want to execute other java thread in the JNI.

Hi!

I would like to execute other java native thread concurrently in the Java Native Interface.

When a Java thread called a native thread to use java native interface, Java thread is blocking for processing native thread.

So, other java threads don't execute because they are blocking.

Why do these problems occur at JVM(personal basis profile:CVM)?

I hope you explain this reason in detail.

Regard.

Message was edited by:

peeppeep

[488 byte] By [peeppeepa] at [2007-10-3 10:13:35]
# 1
Cross post http://forum.java.sun.com/thread.jspa?threadID=786857&messageID=4471999#4471999
jschella at 2007-7-15 5:33:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...