You also might try upgrading to Netbeans. It is more advanced in many ways than Eclipse. Also runs 100% Java so no bittedness to worry about. Grab the latest 64 bit JVM @ Sun and load the latest daily build of NB5. Can't hurt anything. Need more info let me know. Chuck Davis P.S. Last sighting of my packages was in PA heading for Seattle. So I have not tested ANYTHING on 10.0 yet. Yes, I ALWAYS buy at least one package for the Company and one for myself to reward those who do the work I like. On Tuesday 25 October 2005 1:20 pm, Pierre Patino wrote:
Mike wrote:
Hi. I just updated to 10.0, and everything seems to work except Eclipse. I get an unsatisfied link error. The error message doesn't make much sense since the file it is complaining is present.
Anyone know what's going on? I suspect 32 vs 64 bit issues, but SuSE's approach to java configuration is so bizarre I haven't been able to figure it out.
Thanks!
<snip>
java.lang.UnsatisfiedLinkError: /home/mike/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse. osgi/bundles/69/1/.cp/libswt-pi-gtk-3138.so: /home/mike/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse. osgi/bundles/69/1/.cp/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992)
</snip>
Looks like Eclipse's JNI code was compiled for 32-bit Java while you're trying to load 64-bit code or vice-versa. Have you tried to do an ldd on /home/mike/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.os gi/bundles/69/1/.cp/libswt-pi-gtk-3138.so ?