zoukankan      html  css  js  c++  java
  • eclipse

    error

         1	!SESSION 2017-08-26 21:07:30.049 -----------------------------------------------
         2	eclipse.buildId=debbuild
         3	java.version=1.8.0_141
         4	java.vendor=Oracle Corporation
         5	BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=zh_CN
         6	Command-line arguments:  -os linux -ws gtk -arch x86_64
         7	
         8	!ENTRY org.eclipse.osgi 4 0 2017-08-26 21:07:35.354
         9	!MESSAGE Application error
        10	!STACK 1
        11	org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
        12		at org.eclipse.swt.SWT.error(SWT.java:4387)
        13		at org.eclipse.swt.widgets.Display.createDisplay(Display.java:914)
        14		at org.eclipse.swt.widgets.Display.create(Display.java:900)
        15		at org.eclipse.swt.graphics.Device.<init>(Device.java:156)
        16		at org.eclipse.swt.widgets.Display.<init>(Display.java:498)
        17		at org.eclipse.swt.widgets.Display.<init>(Display.java:489)
        18		at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:716)
        19		at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
        20		at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:154)
        21		at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:96)
        22		at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        23		at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        24		at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        25		at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
        26		at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
        27		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        28		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        30		at java.lang.reflect.Method.invoke(Method.java:498)
        31		at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
        32		at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
        33		at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
        34		at org.eclipse.equinox.launcher.Main.main(Main.java:1414) 

    chown 777  /usr/lib/eclipse

  • 相关阅读:
    virtual
    微软MBS intern笔试
    Ubuntu Linux Green hand
    Coding style
    abstract
    Jquery Ajax请求标准格式
    Hashtable的简单实用
    C#中GET和POST的简单区别
    WIN7 64位机与32位机有什么区别
    一个加密解密类
  • 原文地址:https://www.cnblogs.com/hadean/p/7436504.html
Copyright © 2011-2022 走看看