Bug 56674 - [64] 64 bit support needed for Solaris
Summary: [64] 64 bit support needed for Solaris
Status: CLOSED DUPLICATE of bug 429332
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: Sun Solaris-GTK
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Grant Gayed CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 18:40 EST by V Ford CLA
Modified: 2014-11-20 05:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description V Ford CLA 2004-03-29 18:40:57 EST
64 bit VM can not run eclipse because of native library support required. 

./eclipse
java.lang.UnsatisfiedLinkError:
/bunky1/users/vincef/newsite/eclipse/plugins/org.eclipse.swt.motif_2.1.3/os/solaris/sparc/libswt-motif-2136.so:
ld.so.1: /bunky1/users/vincef/newsite/facets30/product/bin/java: fatal:
/bunky1/users/vincef/newsite/eclipse/plugins/org.eclipse.swt.motif_2.1.3/os/solaris/sparc/libswt-motif-2136.so:
wrong ELF class: ELFCLASS32
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:834)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108)
        at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:590)
        at org.eclipse.swt.widgets.Display.create(Display.java:576)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:126)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:339)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:336)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
        at org.eclipse.core.launcher.Main.run(Main.java:747)
        at org.eclipse.core.launcher.Main.main(Main.java:583)
Comment 1 Grant Gayed CLA 2004-03-30 09:07:03 EST
Note that it's unlikely that swt-motif will be retrofitted to support 64 bits, 
but once swt-gtk becomes the typical port for Solaris then this should provide 
what's needed.
Comment 2 Jens Elkner CLA 2007-03-13 23:44:51 EDT
Since SUN doesn't provide all GNOME libs (libgnome* etc.) as ELF 64-bit ...
Comment 3 Grant Gayed CLA 2009-08-28 15:33:46 EDT
Moving report to triage, see http://www.eclipse.org/swt/triage.php
for more info about swt bug handling.
Comment 4 Dani Megert CLA 2014-11-20 05:23:20 EST

*** This bug has been marked as a duplicate of bug 429332 ***