We developed an Eclipse plugin and tested & delivered on Win 32bit os. One of our view uses Broswer widget to load a Flash content. It works well on windows 32 bit.
Now planning to support Windows 64 bit. Unfortunately flash support for 64 bit is still in preview mode. SWT browser widget loads 64 bit IE though both version of IE (32 and 64 bit) available.
How can we try to enforce 32 bit IE in SWT browser widget?
I really appriciate the help.
Arun
You are probably better off asking this in the SWT forum on http://www.eclipse.org/forums/
But AFAIK, you can’t. On a 64-bit JVM, it will link in the 64 bit SWT which will link in the 64 bit IE libraries.
PW