vote up 1 vote down star

Just wondering if it is possible to access the Mac OS X Address Book API's from pure Java 6 code? I want to keep this completely platform independent as my program is built for Windows & Linux also (open source & free: http://jsmsirl.sourceforge.net/).

Any help is much appreciated!

flag

1 Answer

vote up 2 vote down check

There is no way, as far as I know. Apple has a guide for accessing the address book through JNI though, which is available here. The sample code for MyFirstJNIProject is available here.

The guide also shows how to check the underlying operating system and only call the JNI code when running on Mac OS X platforms.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.