Skip to main content

All Questions

Tagged with
0 votes
0 answers
39 views

Does the JCEF browser support conditional access and if it does how to enable it?

I have a Java app that uses the embedded JCEF browser and I need to have conditional access enabled in order for the login to the Azure accounts to be successful. As you might suspect the login works ...
Jordan Jordanovski's user avatar
0 votes
0 answers
96 views

How to implement a web gui into Minecraft?

I'm trying to integrate an HTML GUI as soon as you right-click an item. I came across MCEF (https://github.com/montoyo/mcef) and am now trying to integrate it. I managed to integrate it into my Forge ...
Carlo's user avatar
  • 9
1 vote
0 answers
91 views

How to run JCEFMaven sample on Ubuntu-24.04(WSL)

I am trying to run the CEF on Ubuntu using JCEF. Here is the Github link of JCEFMaven: https://github.com/jcefmaven/jcefmaven/tree/master After adding all the dependencies when I try to run the sample ...
idk's user avatar
  • 11
0 votes
0 answers
59 views

Equo Chromium - SDK dependencies

Following my previous question here about Equo Chromium Community Edition, I managed to implement the browser in SWT thanks to Mauro Garcia's answer. I am now trying to implement communication between ...
sailor123's user avatar
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 ...
sailor123's user avatar
0 votes
1 answer
2k views

Chromium Embedded Framework - ModuleNotFoundError: No module named 'six.moves'

I'm trying to run CMAKE -G "Visual Studio 17" -A x64 .. as indicated in https://bitbucket.org/chromiumembedded/java-cef.git. But this results in the error: -- Downloading clang-format from ...
sgm's user avatar
  • 196
0 votes
0 answers
215 views

JCEF doesn't load page due to OAuth error

Please tell me, I decided to try the JCEF browser in my javafx program, I implemented a minimal example: CefAppBuilder builder = new CefAppBuilder(); builder.setInstallDir(new File("jcef-bundle&...
Dmitriy's user avatar
  • 465
0 votes
1 answer
424 views

JCEF Build with H.264 Codec

for my project I want to integrate the java chromium embedded framework. I was able to build it by myself with this tutorial:https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding In ...
Guenni97's user avatar
0 votes
1 answer
480 views

JBCefBrowser how to handle JS events in Java code

I'm using JBCefBrowser for build my application (IntelliJ plugin). I need to handle button or link click in Java code (not JavaScript). Could someone give an advice how to do this? Thank you!
Alex's user avatar
  • 83
1 vote
0 answers
779 views

Error : Exception in thread "main" java.lang.NoClassDefFoundError: [duplicate]

For my java project on Eclipse, I added libraries to my project and the code runs fine (I open a web page with JCEF chromium and perform JSBridge). I exported my project to a .jar and and when i want ...
jeremy jullienne's user avatar
0 votes
1 answer
189 views

Run Flash content ( web game ) inside Java application?

How can I Load a web game that need flash to run ? I try many version of JxBrowser which support Flash but haven't success. I am not obliged to stay on JxBrowser if you have solutions with another ...
Leg's user avatar
  • 1
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 ...
mindoverflow's user avatar
0 votes
1 answer
195 views

Is it possible to interrupt a runnable called by ApplicationManager.getApplication().executeOnPooledThread?

I am currently working on developing an IDEA extension that embeds JCEF for frontend interaction. Once the user clicks on a button, the implemented onQuery method in MessageRouterHandler would be ...
C. Augustus's user avatar
1 vote
1 answer
661 views

Selenium screenshot performance

I am processing animations taking place in a webpage in a video software. I am currently using Selenium 4 with Chrome and I'd like to achieve a better performance. I could not find a way to leverage ...
jabal's user avatar
  • 12.4k
0 votes
1 answer
803 views

How to build our custom chromium based lightweight browser with does not require installation to launch

I need to create a browser which is chromium based and do not require any kind of dependencies or installation to launch, and do not allow browser specific functionalities like reloading, open in new ...
kailashdesiti's user avatar

15 30 50 per page
1
2 3 4 5