Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » WebKit and webgl(Use webgl in the webkit interbrowser)
WebKit and webgl [message #1251519] Thu, 20 February 2014 09:55 Go to next message
Arnaud Grignard is currently offline Arnaud GrignardFriend
Messages: 1
Registered: February 2014
Junior Member
I'd like to use webgl in the webkit internal browser of eclipse.

I am able to open any url by doing this:

SwtGui.getDisplay().syncExec(new Runnable() {
static final String webUrl = get.webgl.org;
@Override
public void run() {
try {
internalBrowser.setUrl(webUrl);
} catch (final Exception e) {
e.printStackTrace();
}

}
});

but I get the foolwing error:
"Hmm. While your browser seems to support WebGL, it is disabled or unavailable. If possible, please ensure that you are running the latest drivers for your video card."

Where as I have no problem to open this url on my external browser (chrome and firefox)


So my question is: Is it possible to use webgl with webkit in eclipse? And if yes what should I do to do such? I am using this version:

Version: Indigo Service Release 2
Build id: 20120216-1857
Re: WebKit and webgl [message #1751482 is a reply to message #1251519] Tue, 10 January 2017 16:56 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

This is fixed in latest build of SWT and will be available with 4.7/Oxygen M5. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=510082
Previous Topic:Eclipse Kepler crashing (Altera's Nios II plugin) (Quartus II 15.0)
Next Topic:Data dump of ECF Q & A
Goto Forum:
  


Current Time: Thu Apr 25 02:01:05 GMT 2024

Powered by FUDForum. Page generated in 0.08232 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top