• 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

  • 相关阅读:
    增强MyEclipse提示功能
    Mysql安装配置,修改初试密码。
    在我的电脑里面创建图标
    popup non topmost
    多线程下载或上传数据限速
    SynchronizationContext
    linux运维笔记——常用命令详解diff
    linux运维笔记——curl
    linux下mysql的源码安装
    shell编程——变量的数值计算
  • 原文地址:https://www.cnblogs.com/hadean/p/7436504.html
Copyright © 2020-2023  润新知