我正在使用Eclipse Juno Service Release 2.我为现有的eclipse RCP应用程序创建了一个产品。
当我单击.product文件的Overview选项卡中的Launch an Eclipse application时,它会正常启动。但是当我点击导出的eclipse RCP产品中的启动器(.exe)时。我收到一条消息 - TESTLauncher无法找到伴侣共享库。
我正在使用JRE-32位和Eclipse Juno 64位。
我是否知道导致此问题的原因以及解决方法。
答案 0 :(得分:0)
I was finally able to resolve the issue.
This was because of mismatch in JRE and Eclipse versions.
I was using Eclipse Juno 64 bit with JRE 1.6 32 bit.
Then I used Eclipse Juno 32 bit with JRE 1.6 32 bit to export my product and was then able to launch the product successfully.
I read somewhere the SWT libraries of Eclipse are platform dependent. So you won't be able to run, say the 64bit version on a 32bit JRE system.