2013-02-01 52 views
0

因此昨晚我創建了一個android XML文件來顯示編輯文本和切換按鈕。 那麼今天,當我啓動Eclipse和打開我的項目的XML圖形佈局中顯示:XML錯誤和Java(TM)Platform SE二進制崩潰

The rendering target (Android 4.2) is still loading. 
The layout will refresh automatically once the process is finished. 

我甚至沒有輸入一個字,但我得到了錯誤

Java(TM) Platform SE Binary has crashed 

,且Eclipse返回一個錯誤對話框

Java was started but returned exit code=255 
C:\Windows\system32\javaw.exe 
-Dosgi.requiredJavaVersion=1.5 
-Dhelp.lucene.tokenizer=standard 
-Xms40m 
-Xmx512m 
-XX:MaxPermSize=256m 
-jar 
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch 
er_1.3.0.v20120522-1813.jar 
-os win32 
-ws win32 
-arch x86_64 
-showsplash 
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.platform_4.2.1.v 
201209141800\splash.bmp 
-launcher C:\Users\<name>\Desktop\Android\eclipse\eclipse.exe 
-name Eclipse 
-launcher.library 
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch 
er.win32.win32.x86_64_1.1.200.v20120522-1813\eclipse_1503.dll 
-startup 
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch 
er_1.3.0.v20120522-1813.jar 
--launcher.overrideVmargs 
-exitdata b24_5c 
-product org.eclipse.epp.package.mobile.product 
-vm C:\Windows\system32\javaw.exe 
-vmargs 
-Dosgi.requiredJavaVersion=1.5 
-Dhelp.lucene.tokenizer=standard 
-Xms40m 
-Xmx512m 
-XX:MaxPermSize=256m 
-jar 
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch 
er_1.3.0.v20120522-1813.jar 

那麼我不明白它說什麼,現在我無法啓動eclipse。 謝謝。

回答

2

有類似的java退出代碼和懸停在java對象上時的錯誤。不知道你是否有同樣的問題,但由於錯誤是相同的我的解決方案可能會爲你工作。我在我的eclipse.ini中添加了「-Dorg.eclipse.swt.browser.DefaultType = mozilla」

+0

只是令人驚訝的是,如果程序無法渲染這個小彈出窗口,它將變得無法使用! –

0

我使用的是Windows 8.1 Professional x64,我遇到了同樣令人討厭的錯誤,我嘗試使用解決兼容性問題(右鍵點擊eclipse.exe)然後我選擇了「在Windows 8模式下執行」選項,現在,此解決方法已解決該問題...

0

此錯誤也是由ntdll .dll,只要您嘗試在Windows 8.1上安裝Sony Vaio驅動程序,就會發生這種情況。 該崩潰還影響到其他應用程序,如Windows Media Player,BSPlayer,凱利板控制中心,並通過使用前面的答案中提到的疑難解答兼容性選項執行它們時,它們都得到解決... 我擺脫了這個問題安裝所有Sony驅動程序。索尼Vaio型號VPCSB25FB似乎還沒有完全支持Windows 8.1。主要是,當你直接安裝Windows 8.1,沒有從Windows 8或7升級... ...

1

在eclipse.ini中設置下面的屬性已經解決了這個問題 -Dcom.ibm.ws.management.event.max_polling_interval = 1000

相關問題