Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error
Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error
- Subject: Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 19 Jun 2009 09:11:19 -0600
On Jun 19, 2009, at 8:55 AM, Tejas Vora wrote:
Can any one add more details regarding the problem which I am facing.
I am not really getting a correct picture of whether the task which
I am tryingto perform is feasible or not.
Java 6 on Mac OS X is 64-bit only. The Cocoa-Java bridge, which has
been deprecated for years now, has not been ported to 64-bit. 64-bit
applications cannot load 32-bit code. So what you're trying to do
won't work. If you need to use the bridge, then you must use Java 5 or
earlier, but I can't recommend using the bridge, since it's deprecated.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden