java - Unable to launch Eclipse RCP application product - The Launcher was unable to locate its companion shared library -


i using eclipse juno service release 2.
i created product existing eclipse rcp application.
when click on launch eclipse application in overview tab of .product file, launches fine. when click on launcher(.exe) in exported eclipse rcp product. message - the testlauncher unable locate companion shared library.

i using jre-32 bit , eclipse juno 64 bit.

may know causing issue , how resolve it.

i able resolve issue.
because of mismatch in jre , eclipse versions.
using eclipse juno 64 bit jre 1.6 32 bit.
used eclipse juno 32 bit jre 1.6 32 bit export product , able launch product successfully.
read somewhere swt libraries of eclipse platform dependent. won't able run, 64bit version on 32bit jre system.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -