For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 18 years, 11 months ago by
Scott Anderson.
-
AuthorPosts
-
tanbear2MemberI have install myeclipse5.1 in red hat linux 9,but eclipse can not work.The log is:
SESSION 2006-11-18 12:45:51.953 ———————————————–
eclipse.buildId=M20060921-0945
java.version=1.6.0-rc
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=zh_CN
Command-line arguments: -os linux -ws gtk -arch x86!ENTRY org.eclipse.osgi 4 0 2006-11-18 12:46:07.909
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:3400)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:793)
at org.eclipse.swt.widgets.Display.create(Display.java:781)
at org.eclipse.swt.graphics.Device.<init>(Device.java:145)
at org.eclipse.swt.widgets.Display.<init>(Display.java:452)
at org.eclipse.swt.widgets.Display.<init>(Display.java:443)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:448)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:75)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:597)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)!ENTRY org.eclipse.osgi 2 0 2006-11-18 12:46:07.958
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-11-18 12:46:07.958
!MESSAGE Bundle update@../../usr/myeclipse5.1/eclipse/plugins/com.genuitec.javascript.debug.mozilla_5.1.0/ [191] was not resolved.
!SUBENTRY 2 com.genuitec.javascript.debug.mozilla 2 0 2006-11-18 12:46:07.959
!MESSAGE Constraints from the fragment conflict with the host: Require-Bundle: org.mozilla.xpcom; bundle-version=”0.0.0″
!SUBENTRY 2 com.genuitec.javascript.debug.mozilla 2 0 2006-11-18 12:46:07.959
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.swt; bundle-version=”3.1.0″
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-11-18 12:46:07.959
!MESSAGE Bundle update@../../usr/myeclipse5.1/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser_5.1.0/ [250] was not resolved.
!SUBENTRY 2 org.eclipse.atf.mozilla.swt.browser 2 0 2006-11-18 12:46:07.959
!MESSAGE Constraints from the fragment conflict with the host: Require-Bundle: org.mozilla.xpcom; bundle-version=”0.0.0″
!SUBENTRY 2 org.eclipse.atf.mozilla.swt.browser 2 0 2006-11-18 12:46:07.959
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.swt; bundle-version=”3.1.0″Please help me!Thanks!
November 18, 2006 at 8:46 am #262224
Scott AndersonParticipanttanbear,
The problem is likely that you’re running Eclipse with a JDK 1.6 milestone build and that is neither a tested or supported platform for Eclipse. To resolve the issue, please run Eclipse with the latest JDK 1.5 build for your platform. You can specify which JDK Eclipse uses on the command line like:
eclipse -vm <path-to-jdk-1.5>/bin/javaw
-
AuthorPosts