我可以通过启动Eclipse IDE成功启动应用程序,按照向导通过“Eclipse Product export wizard”,但是,我不想启动Eclipse IDE。
我的最新尝试:
./eclipse -clean -export jars -exportplugins -exportfeatures -exportproducts -nosplash
-data ~/eclise_remote_worspace -application abc.Application
上述linux终端行的错误是:
java.lang.RuntimeException: Application “abc.Application” could not be found in the
registry. The applications available are: ...
另一种尝试是创建一个build.xml文件,如this文章的第1部分所述,如果由于不正确的javacSource和javacTarget值(两者都应为1.7)而尝试按原样运行,则会生成错误。修复版本导致构建尝试构建servce(可能是所有内容),但是在加载依赖库时失败。
如果您需要更多信息/说明,请不要犹豫!
谢谢,Everlight