2013-12-18 22 views
1

我正在嘗試學習創建,運行和導出Eclipse RCP應用程序的簡單方法。我從嚮導創建示例應用程序並嘗試將其包裝到產品和導出中。沒有Application.class在目標目錄中。無法在註冊表中找到應用程序

我的努力描述如下:How to make RCP application really standalone?

我的最終狀態的特點是以下屬性:

1)目標目錄不包含我Application.class文件,包括任何檔案內。

2)如果運行eclipse.exe出現以下錯誤:java.lang.RuntimeException: Application "MyApp2.application" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error.

我的問題是:應該編譯出現在目標目錄中的Java類文件?我期望肯定是的,但爲什麼Eclipse不把它們放在那裏?

回答

相關問題