- This topic has 2 replies, 2 voices, and was last updated 19 years, 8 months ago by Greg.
-
AuthorPosts
-
aquilineMemberI am using Fedora Core 3 and Eclipse 3.0.2. Recently, I installed MyEclipse 3.8.3 on it. When I press on “Preview” tab an exception is raised in Eclipse and crash. The error message is:
JVM terminated. Exit code=1
/home/jose/java/jsdk/bin/java
-cp /home/jose/java/eclipse/startup.jar org.eclipse.core.launcher.Main
-os linux
-ws gtk
-arch x86
-showsplash /home/jose/java/eclipse/eclipse -showsplash 600
-exitdata /home/jose/java/eclipse/eclipse -exitdata a68008
-clean
-vm /home/jose/java/jsdk/bin/java
-vmargs
-cp /home/jose/java/eclipse/startup.jar org.eclipse.core.launcher.MainAnd the “Designed” tab don’t appear (does it only go in Windows?).
Can someone help me?
aquilineMemberIt`s generated a hs_err_xxxx in which appears:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x739AFFA
Function=_ZN12nsBaseWidget19GetRenderingContextEv+0x2E
Library=/usr/local/mozilla/components/libwidget_gtk2.soCurrent Java thread:
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method)
– locked <0xf33a4370> (a java.lang.Class)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:879)
at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method)
– locked <0xf33a4370> (a java.lang.Class)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2297)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
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)
….Please, help me.
GregMemberYour version of mozilla isn’t compatible with the SWT Browser that is available in Eclipse 3.0.2. Take a look at the HTML Editor quickstart guide.
http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/htmleditor/index.htmlLook at the FAQ section. There you can find the steps for installing a compatible mozilla build for linux.
-
AuthorPosts