SWT x64 with xulrunner 3.6.28 x86

ぃ、小莉子 提交于 2019-12-05 08:30:37

Try to compile your project SWT using swtx86.jar and embed a JRE 32 bits with the installation, it's work for 64 and 32 bits arch.

I realize that this question is old, but hopefully this will help someone else who stumbles across it.

With 64-bit 4.3 SWT I was able to fix this exception by using XULRunner version 1.9.2.25 runtimes. This may not be the exact solution you are (or were) looking for since it seems you were using later XULRunner versions, however the common denominator seems to be the 64-bit libraries being used.

Originally I found the download from here: https://osdn.net/projects/sfnet_runawfe/downloads/SRC%20and%20BIN%20files/extras/xulrunner-1.9.2.25-win64.zip/

However, I have also re-hosted it as xulrunner-1.9.2.25.en-US.win64.zip.

Full explanation posted in my answer here: https://stackoverflow.com/a/44848877/3300205

Related post: Creating a SWT.MOZILLA browser on Windows 64 bit and SWT 4.3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!