All Questions
5 questions
0
votes
2
answers
205
views
Equo Chromium browser for Java/SWT crashes on Ubuntu
I have a Java/SWT program, and I am using the standard Browser widget that comes with the SWT library. Due to its shortcomings (more about that if you're interested), I am considering switching to ...
2
votes
2
answers
3k
views
JCEF (Java Chromium Embedded Framework) Browser does not load content; only blank screen on Eclipse
I have been trying to get the Java version of Chromium Embedded Framework (JCEF) to work on Eclipse for some time. I am able to verify that the library files are working correctly, since if I run the ...
1
vote
0
answers
159
views
Eclipse - library set in both classpath and command line argument but application crashes
I've added this JCEF library to my JFX application following this,
first: under run configuration -> arguments -> vm arguments as
--module-path "D:\Strumenti_di_sviluppo\openjfx-11.0....
4
votes
0
answers
756
views
JCEf not launching on MAC in eclipse
I have built jcef for MAC with following versions
MAC 10.13.4
Xcode 9.3
java 1.8.0_171 and 1.8.0_191 both tried
JCEF built from instructions https://bitbucket.org/chromiumembedded/java-cef/wiki/...
0
votes
1
answer
6k
views
Setting up CEF development in Eclipse for Java?
I m new to this framework. I m facing problem in setting up development environment for CEF in eclipse. I want to embed chromium in Java application. I have searched a lot, but there is no proper ...