zoukankan      html  css  js  c++  java
  • [已解决] 点击 【Show in system explorer】Eclipse卡死,未响应

    新版的Eclipse自带了 【Show in system explorer】 功能很方便,有一天突然不好用了,点它Eclipse就卡死,

    可能由以下原因导致的:

    • (可能性最大)windows本身有问题,我的win10,后来升级补丁就OK了
    • 有可能是因为安装了多个版本的JDK导致的,我本机安装的是【JDK6和JDK7】,留下与Eclipse对应版本的JDK卸载掉另外一个

    不知道是不是在eclipse.ini中指定jdk目录就可以不用卸载了,需要安装多版本的同学可以试一下。

     1 Java was started but returned exit code= -805306369 
     2 C:Windowssystem32javaw.exe 
     3 -Dosgi.requiredJavaVersion=1.5 
     4 -Xms40m 
     5 -Xmx512m 
     6 -jar D:Program 
     7 Fileseclipseplugins/org.eclipse/equinox.launcher_1.1.0.v20 100507.jar 
     8 -os win32 
     9 -ws win32 
    10 -arch x86_64 
    11 -showsplash 
    12 -launcher D:Program Fileseclipseeclipse.exe 
    13 -name Eclipse 
    14 --launcher.library D:Program 
    15 Fileseclipseplugins/ 
    16 org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.0.v2010 
    17 0503eclipse_1307.dll 
    18 -startup D:Program 
    19 Fileseclipseplugins/org.eclipse.equinox.launcher_1.1.0.v20 100507.jar 
    20 -exitdata 7c0_58 
    21 -product org.eclipse.epp.package.jee.product 
    22 -vm C:Windowssystem32javaw.exe 
    23 -vmargs 
    24 -Dosgi.requiredJavaVersion=1.5 
    25 -Xms40m 
    26 -Xmx512m 
    27 -jar D:Program 
    28 Fileseclipseplugins/org.eclipse.equinox.launcher_1.1.0.v20 100507.jar 

    文章来源:http://www.cnblogs.com/gifisan/p/5287121.html 

    轻量级 Java NIO 工具包:https://github.com/generallycloud/baseio
  • 相关阅读:
    THUWC2020 游记
    USACO14MAR The Lazy Cow(Gold)
    luogu P3768 简单的数学题
    2017/9/22模拟赛
    2017/9/20模拟赛
    2017/9/15模拟赛
    刷屏代码·稳 from林凯
    2017/9/13模拟赛
    【9018:1368】八数码
    2017/9/10模拟赛
  • 原文地址:https://www.cnblogs.com/gifisan/p/5287121.html
Copyright © 2011-2022 走看看