Java on Mac OS X exclusively uses the Mac OS X default of Mach-O
binaries. CFM/PEF is for Mac OS 9 and legacy compatibility.
You'd have to use the standard mechanism to get your Mach-O jni lib to
call your legacy PEF lib.
I'm not certain about the other CW - specific questions. I'd recommend
that you should investigate moving your toolset over to XCode.
bg-greece - 19 Dec 2005 11:10 GMT
What target should be used when building the original Carbon shlb in X?
When I add it to the Mach-O JNI project, although it does not complain,
the Linker at the end complains with "can't load data". I compiled the
Carbon shlb using carb.r. Is that correct or do I need the plst
resource?
Thx