LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem Installing Eclipse on Linux (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-eclipse-on-linux-307227/)

kazu 03-28-2005 09:56 PM

Problem Installing Eclipse on Linux
 
I installed Eclipse (eclipse-SDK-3.0.1-linux-motif.zip) on Red hat Linux(9).
Jdk: 1.4.2_05
But i was unable to open the IDE after installation.
I got the following error log.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4E73E079
Function=XFontsOfFontSet+0x9
Library=/usr/X11R6/lib/libX11.so.6

Current Java thread:
at org.eclipse.swt.internal.motif.OS.XFontsOfFontSet(Native Method)
- locked <0x48ba1470> (a java.lang.Class)
at org.eclipse.swt.graphics.Font.getFontData(Font.java:311)
at org.eclipse.jface.resource.FontRegistry.defaultFontRecord(FontRegistry.java:431)
at org.eclipse.jface.resource.FontRegistry.getFontRecord(FontRegistry.java:519)
at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.java:472)
at org.eclipse.jface.resource.JFaceResources.getDialogFont(JFaceResources.java:182)
at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:778)
at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:93)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.jface.window.Window.open(Window.java:637)
at org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(ChooseWorkspaceDialog.java:65)
at org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspace(IDEApplication.java:314)
at org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLocation(IDEApplication.java:219)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:83)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

Dynamic libraries:
08048000-08056000 r-xp 00000000 03:02 2057077 /usr/java/j2sdk1.4.2_05/bin/java
08056000-08059000 rw-p 0000d000 03:02 2057077 /usr/java/j2sdk1.4.2_05/bin/java
40000000-40015000 r-xp 00000000 03:02 1354580 /lib/ld-2.3.2.so
40015000-40016000 rw-p 00014000 03:02 1354580 /lib/ld-2.3.2.so
40017000-4001f000 r-xp 00000000 03:02 310943 /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
/libhpi.so
4001f000-40020000 rw-p 00007000 03:02 310943 /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
/libhpi.so
40020000-40024000 rw-s 00000000 03:02 311007 /tmp/hsperfdata_root/15987
40024000-40025000 r--p 00353000 03:02 473297 /usr/lib/locale/locale-archive
40025000-40028000 r--s 00000000 03:02 1551240 /usr/java/j2sdk1.4.2_05/jre/lib/ext/dnsns.jar
40028000-40032000 r-xp 00000000 03:02 489628 /lib/tls/libpthread-0.29.so
40032000-40033000 rw-p 0000a000 03:02 489628 /lib/tls/libpthread-0.29.so
40035000-40037000 r-xp 00000000 03:02 1354591 /lib/libdl-2.3.2.so
40037000-40038000 rw-p 00002000 03:02 1354591 /lib/libdl-2.3.2.so
40039000-40435000 r-xp 00000000 03:02 2203749 /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
so
40435000-40450000 rw-p 003fb000 03:02 2203749 /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
so
40462000-40474000 r-xp 00000000 03:02 1354595 /lib/libnsl-2.3.2.so
40474000-40475000 rw-p 00011000 03:02 1354595 /lib/libnsl-2.3.2.so
40477000-40498000 r-xp 00000000 03:02 489626 /lib/tls/libm-2.3.2.so
40498000-40499000 rw-p 00020000 03:02 489626 /lib/tls/libm-2.3.2.so
40499000-404aa000 r--s 00000000 03:02 767904 /usr/java/j2sdk1.4.2_05/jre/lib/jce.jar

Kindly help me to resolve this issue.

aeruzcar 03-29-2005 01:08 PM

Hello There:
Have you tried using the GTK version, I downloaded that version unpacked and it works great, I have blackdown java and sun java packages installed, but I am runnign gentoo which makes that a bit easier, try to run the gtk version and see what happens
Good Luck

kazu 03-30-2005 01:07 AM

Hi , The GTK Version works fine but i specifically wanted to Install the Motif version since i had the same problem with another application i was trying to install which was also built on Motif.
I was able to solve the problem by using OpenMotif2.1.30 and Mozilla 1.4 or higher. Eclipse SWT requires Mozilla 1.4 or higher ..So that soved my problem :)

aeruzcar 03-30-2005 07:13 AM

Hey, very nice that you got it working, and if I try to install the MOTIF version I'll keep in mind the dependencies you mentioned. I think Eclipse is a very good software for java programming.


All times are GMT -5. The time now is 10:17 PM.