Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] eclipse doesn't run

I am trying to get eclipse running on an intel-based Solaris 9 platform.

I found the document:

http://jroller.com/page/letiemble/eclipsesolaris

and followed the instructions.

I downloaded 'eclipse-SDK-3.0-solaris-motif.zip', and re-compiled the swt library. I copied the two .so libraries into a new directory:
 /usr/local/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/x86
I also tried copying the libraries into the existing sparc directory (versus x86):

Then I recompiled the launcher and copied it into /usr/local/eclipse. Recompiling the launcher using gcc, I had some errors about pragma directives being ignored, but it generated an eclipse executable.

Here, I also tried : set defaultOSArch = "x86" in the build.csh file, after it didn't work, but to no avail.


When I run eclipse, I see the the splash screen, then it terminates. The log shows:

java.lang.UnsatisfiedLinkError: /usr/local/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/x86/libswt-motif-3062.so: ld.so.1: /usr/bin/java: fatal: relocation error: file /usr/local/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/x86/libswt-motif-3062.so: symbol libiconv: referenced symbol not found

my libiconv is in /usr/local/lib.

Thanks for any help!

Jeff

Jeffrey Beck
Software Engineer
JMeWS II / Medical Situational Awareness
Akimeka, LLC
535 Lipoa Pkwy, Suite 102
Kihei, Maui, HI 96753
Tel: 808-874-9651 x288
Fax: 808-874-7618
jbeck@xxxxxxxxxxx



Back to the top