Before getting too stuck in, it is advisable to check for the existence of the jni headers, exempli gratia, use this command:
ls -l /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h
Note that the target is a link, so try:
ls -l /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/jni.h
If that doesn't work, you probably need to download the "Java 1.4.1 Developer Tools Update" from the Apple Developer Connection.
See http://forums.macosxhints.com/showthread.php?t=1 http://macslash.org/article.pl?sid=03/03/10/2211234
Log in to post a comment.
Before getting too stuck in, it is advisable to check for the
existence of the jni headers, exempli gratia, use this
command:
ls -l /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h
Note that the target is a link, so try:
ls -l /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/jni.h
If that doesn't work, you probably need to download the
"Java 1.4.1 Developer Tools Update" from the Apple
Developer Connection.
See http://forums.macosxhints.com/showthread.php?t=1
http://macslash.org/article.pl?sid=03/03/10/2211234