Bug 321201

Summary: Eclipse fails to launch on x86_64 (wrong ELF class)
Product: [Fedora] Fedora Reporter: Eric LANDES <autrelandes-fedora>
Component: eclipseAssignee: Andrew Overholt <overholt>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: oliver, overholt
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-18 18:24:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Eclipse log file none

Description Eric LANDES 2007-10-06 08:10:38 UTC
Description of problem:
Eclipse fails to launch on x86_64

Version-Release number of selected component (if applicable):
$ rpm -q eclipse-jdt
eclipse-jdt-3.2.2-15.fc7

How reproducible:
Always

Steps to Reproduce:
1. yum install eclipse-jdt.x86_64
2. Launch Eclipse through the main menu or with /usr/bin/eclipse

Actual results:
It shows a message box : An error has occured. See the log file
/home/user/workspace/.metadata/.log

Log file indicates java.lang.UnsatisfiedLinkError for libswt-pi-gtk-3236.so
(wrong ELF class: ELFCLASS64)

Additional info:
$ uname -a
Linux pc-linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64
x86_64 x86_64 GNU/Linux

See attached file for a complete log

Comment 1 Eric LANDES 2007-10-06 08:10:38 UTC
Created attachment 218301 [details]
Eclipse log file

Comment 2 Andrew Overholt 2007-10-18 13:28:49 UTC
Sorry I didn't comment on this sooner.  It appears you've got a 32-bit JVM and
64-bit eclipse.

Comment 3 Eric LANDES 2007-10-18 17:48:33 UTC
Ok, it's right. I had to install a 32-bit jvm for a software I installed
manually and which requires such a jvm. 
So the bug is invalid. 

Comment 4 Andrew Overholt 2007-10-18 18:24:31 UTC
Cool.