Error List

Posts Tagged ‘“libthread loaded into green threads”’

libthread loaded into green threads

Applies to:
Solaris, JNI

Description:
This error is produced if you
a. are running the green threads VM
b. did a System.loadLibrary(“foo”), and
c. libfoo.so was linked -lthread.

Cause:
Green threads and native threads don’t mix well and hence the check in the VM.

JAVA-JNI , , , , , , ,