Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-19 Thread Michael Ash
On Fri, Jun 19, 2009 at 10:55 AM, Tejas Vora wrote: > Hello All, > > 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. > Please let me know the details. Greg Guerin

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-19 Thread Nick Zitzmann
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

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-19 Thread Tejas Vora
nks >> Tejas >> >> On Sun, Jun 14, 2009 at 4:13 AM, Nick Zitzmann >> wrote: >> >> > >> > On Jun 13, 2009, at 1:40 PM, Tejas Vora wrote: >> > >> > I have a 64 bit MAC which is a requirement. >> >> >> I am cop

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Thomas G. Schaffernoth (Tom)
requirement. >> >> I am copy pasting the console over here : >> >> NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error. >> java.lang.UnsatisfiedLinkError: /usr/lib/java/libObjCJava.A.dylib: >> at java.lang.ClassLoader$NativeLibrary.load(Native Method

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Greg Guerin
Tejas Vora wrote: So you think the problem is due the 64 bit mac ??I am not clear about your observation on the exception. Yes, the problem is due to the 64-bit mac. More specifically, it is due to Java 6 on Leopard only running under the 64-bit x86_64 architecture. Java 6 simply does

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Kyle Sluder
On Sun, Jun 14, 2009 at 7:17 PM, Tejas Vora wrote: > So you think the problem is due the 64 bit mac ??I am not clear about your > observation on the exception. Yes. There is no 64-bit version of the Cocoa-Java bridge. And there's no guarantee that the 32-bit version will continue to exist at all

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Tejas Vora
wrote: > > I have a 64 bit MAC which is a requirement. >> >> I am copy pasting the console over here : >> >> NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error. >> java.lang.UnsatisfiedLinkError: /usr/lib/java/libObjCJava.A.dylib: >> at java.l

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Nick Zitzmann
On Jun 13, 2009, at 1:40 PM, Tejas Vora wrote: I have a 64 bit MAC which is a requirement. I am copy pasting the console over here : NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error. java.lang.UnsatisfiedLinkError: /usr/lib/java/libObjCJava.A.dylib: at java.lang.ClassLoader

Re: NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Kyle Sluder
On Sat, Jun 13, 2009 at 12:40 PM, Tejas Vora wrote: > I am getting the following error message when I try to migrate my Java > application on OS-X from java 5 to java 6. The Cocoa-Java bridge has been deprecated since 10.4. --Kyle Sluder ___ Cocoa-dev

NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error

2009-06-14 Thread Tejas Vora
Hello All, I am getting the following error message when I try to migrate my Java application on OS-X from java 5 to java 6. I have a 64 bit MAC which is a requirement. I am copy pasting the console over here : NSRuntime.loadLibrary(/usr/lib/java/libObjCJava.dylib) error