程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> JAVA編程 >> JAVA綜合教程 >> [已解決] 點擊 【Show in system explorer】Eclipse卡死,未響應,showeclipse

[已解決] 點擊 【Show in system explorer】Eclipse卡死,未響應,showeclipse

編輯:JAVA綜合教程

[已解決] 點擊 【Show in system explorer】Eclipse卡死,未響應,showeclipse


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

找辦法天才發現原來是因為安裝了多個版本的JDK導致的,我本機安裝的是【JDK6和JDK7】,留下與Eclipse對應版本的JDK卸載掉另外一個就OK拉,

不知道是不是在eclipse.ini中指定jdk目錄就可以不用卸載了,需要安裝多版本的同學可以試一下。

 1 Java was started but returned exit code= -805306369 
 2 C:\Windows\system32\javaw.exe 
 3 -Dosgi.requiredJavaVersion=1.5 
 4 -Xms40m 
 5 -Xmx512m 
 6 -jar D:\Program 
 7 Files\eclipse\plugins/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 Files\eclipse\eclipse.exe 
13 -name Eclipse 
14 --launcher.library D:\Program 
15 Files\eclipse\plugins/ 
16 org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.0.v2010 
17 0503\eclipse_1307.dll 
18 -startup D:\Program 
19 Files\eclipse\plugins/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:\Windows\system32\javaw.exe 
23 -vmargs 
24 -Dosgi.requiredJavaVersion=1.5 
25 -Xms40m 
26 -Xmx512m 
27 -jar D:\Program 
28 Files\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20 100507.jar 

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved