javacef icon indicating copy to clipboard operation
javacef copied to clipboard

Embed Chromium browser in Java SWT. (Previously code.google.com/p/javacef)

Results 19 javacef issues
Sort by recently updated
recently updated
newest added

Is there support for java x javascript integration, like org.eclipse.swt.browser.Browser provides through [evaluate](http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/browser/Browser.html#evaluate%28java.lang.String%29) and [execute](http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowser.html&anchor=execute%28java.lang.String%29) methods ? Do you have any idea about how to implement the integration?

Right now I've created a java project and taken the java code in and ran it for a couple of times. But it doesn't work, everytime I get an error...

I ran SampleBrowserAWT.java , it is opening a window but the window thus opened is not allowing to click on any button or interact with the browser. I then created...

Hi, With javacef 2526 branch painting of big images is not smooth on Mac Retina display(os x 10.11.5), resulting in flickering and unpainted boxes/rectangles appear on the browser. The fps...

There are lots of people who want this, but having everyone build their own native binaries is inefficient. Most of the issues are about building it, not using it or...

I am showing google map in my java swing windows application, while displaying map on browser I am facing issues while displaying it. The error I am getting are as...

``` What steps will reproduce the problem? 1. Open sample browser. 2. Highlight any text with mouse. 3. Try to copy using keyboard "Command-c" - Does not work 4. Try...

Priority-Medium
Type-Defect
auto-migrated

We have an application that runs on 64 bit java. Since cef3 runs on 32 bit java, it isn't compatible with our application. Is there any way to use cef3...

I get the below error when running SampleBrowserSWT.java. I have attached the error log. I executed the java file from Eclipse Luna - bit (in windows 7 (64 bit). I...

I build cef3 as this follow[https://github.com/wjywbs/javacef/blob/wiki/CEF3Instructions.md](url) and I can run the demo in my machine. But my demo does not support multi-tab , can you tell me how to support...