Bug 477766
Summary: | Fails to start on F10 using KDE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steven M. Parrish <tuxbrewr> |
Component: | eclipse | Assignee: | Andrew Overholt <overholt> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 10 | CC: | akurtako, oliver, overholt |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-12-23 15:05:00 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: |
Description
Steven M. Parrish
2008-12-23 14:33:02 UTC
Here's your error right here: "Cannot load 64-bit SWT libraries on 32-bit JVM" :) You're trying to use x86_64 Eclipse packages with a 32-bit JVM. This is either a configuration issue on your machine (alternatives --config java) or something you're passing to the command (-vm <path to 32-bit JVM>). If you don't mind, could you respond to your thread on fedora-list stating what the problem was just so others can benefit? Thanks :) I saw that myself after I posted this. Removed the 32bit JRE and set the default to 64bit and everything is running fine. |