SWT x64 with xulrunner 3.6.28 x86

Is there a way to run xulrunner 3.6.28 (x86 there is no other) with swt x64?

I can not use the new Xulrunner 10.4esr because I have some problems with it. The old one works like a charm, but its not x64.

If I try to download 3.6.28, I will get some strange errors:

org.eclipse.swt.SWTError: XPCOM error 0x80004005
    at org.eclipse.swt.browser.Mozilla.error(Unknown Source)
    at org.eclipse.swt.browser.Mozilla.initXULRunner(Unknown Source)
    at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
    at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
    at GUI.TFSBrowser$1.run(TFSBrowser.java:54)

Any suggestions?

Regards David

+5
source share
2 answers

Try to compile the SWT project using swtx86.jar and insert the 32-bit 32-bit version of the JRE with the installation, it works with 64-bit and 32-bit arch.

0
source

I understand this question is old, but hopefully this will help someone else who stumbled upon it.

64- 4.3 SWT , XULRunner 1.9.2.25. , ( ), , , XULRunner, , -, 64- .

: https://osdn.net/projects/sfnet_runawfe/downloads/SRC%20and%20BIN%20files/extras/xulrunner-1.9.2.25-win64.zip/

xulrunner-1.9.2.25.en-US.win64.zip.

, : fooobar.com/questions/1147826/...

: SWT.MOZILLA Windows 64 SWT 4.3

0

All Articles