iNTERFACEWARE Products Manual > Installing and Using Chameleon > Unix Support > Java Support > Undefined Symbol: pthread_join Error |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
This problem occurs when using older, non-hotspot versions of the JDK. The error looks typically like:
The issue is that the old, non-hotspot versions of Java are not linked against the POSIX threads library. Just switch to a more recent version of the hotspot JDK and you will avoid this problem. |