libthread loaded into green threads

  • Share
  • Share

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 , , , , , ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    You should use the native threads VM instead.

  1. No trackbacks yet.