2015-10-22 71 views
1

當我嘗試在運行Windows 8.1的筆記本電腦上啓動DevCenter.exe時,我無法啓動DevCenter,因爲出現以下錯誤消息。在Windows 8.1上啓動DevCenter時出現問題。

!ENTRY org.eclipse.osgi 4 0 2015-10-22 19:45:14.680 
!MESSAGE Application error 
!STACK 1 
java.lang.RuntimeException: Application "com.datastax.devcenter.rcp.application" could not be found in the registry. The applications available are: org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.mwe.core.WorkflowRunner, org.eclipse.equinox.app.error, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer. 
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248) 
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) 
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) 
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) 
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
    at java.lang.reflect.Method.invoke(Unknown Source) 
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) 
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) 
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465) 

當我從臺式電腦(Windows 7)啓動它時,它工作正常。但是,我試圖讓它在我的筆記本電腦上工作,但目前無法做到。有關如何解決這個問題的任何想法?

+0

您可以給我們發送日誌[email protected]嗎? –

回答

0

要檢查的一件事是,如果你的Windows 32位或64位,並且你的Java版本是相同的32/64位版本?查看錯誤消息,它看起來像是一個64位版本的DevCenter。請確認Windows和Java都是64位。

這是一個全新的安裝軟件或升級?請注意不要將存檔文件解壓縮到任何現有的DevCenter文件夾中,因爲這會導致混合使用新舊文件。下載並提取新的副本以確定。

我也讀過預發佈版本的Windows引起類似的外觀錯誤,因爲他們沒有正確識別他們的操作系統版本和日食osgi層(equinox)無法解決依賴關係。

+0

我使用的是64位版本的DevCenter,而我的Java版本是32位。我安裝了DevCenter 32位,現在,它工作正常。謝謝 ! – Elai