SWT Browser control use Mozilla on Windows?

0

I want to make use of Mozilla with SWT browser in Windows application. I use xulrunner also and try to run application.but it fails.

I use xulrunner 24.0 with SWT 4.4 and Windows 7 64 bit machine and Mozilla 43.

I use the SWT.MOZILLA style to run.

but in first time browser opened and when reopened browser then following error occured :-

Exception in thread "Thread-9" org.eclipse.swt.SWTError: XPCOM error 0x8000ffff
at org.eclipse.swt.browser.Mozilla.error(Unknown Source)
at org.eclipse.swt.browser.Mozilla.initProfile(Unknown Source)
at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)

at the line where I used SWT.MOZILLA style.

and when I reopened one more time then following fatal error occurred :-

A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee779d794, pid=8144, tid=1400

#

# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C  [xul.dll+0xe5d794]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

Please reply with any help.

java
eclipse
swt
mozilla
xulrunner
asked on Stack Overflow May 6, 2016 by user3774985 • edited May 6, 2016 by greg-449

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0