[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipse-dev] HELP: exception while running Eclispe on Red Hat 7.2
|
Hi,
I encounter a problem while running Eclipse 2.02 on a Red Hat 7.2:
[BEGIN]
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x404adaeb
Function name=strlen
Library=/lib/libc.so.6
Current Java thread:
at org.eclipse.swt.internal.motif.OS.XmCreateScrolledList(Native
Method)
at org.eclipse.swt.widgets.Display.initializeList(Display.java:1270)
at org.eclipse.swt.widgets.Display.init(Display.java:1071)
at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
at org.eclipse.swt.widgets.Display.<init>(Display.java:319)
at org.eclipse.swt.widgets.Display.<init>(Display.java:316)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1308)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)
[END]
I've searched from the archive similar problems, and I've found this:
- log on as root.
- Unzip the tarball, say into /opt. Then you have /opt/eclipse.
- Assuming that you have a JDK installed in, say, /usr/java/jdk1.3.1/jre, you have to create a symbolic link in /opt/eclipse (cd into it). Use: ln -s /usr/java/jdk1.3.1/jre jre.
- Next, put the path /opt/eclipse into /etc/ld.so.conf and run /sbin/ldconfig.
- log out from root
- log in as someUser.
But that doesn't resolve my trouble!
Any ideas?
Daniel