Skip to main content

All Questions

0 votes
2 answers
2k views

Journey browser Java Chromium Embedded framework throwing error?

I am trying to use a library called Journey browser which uses the Java Chromium Embedded Framework. I first created a Java Maven Project with Netbeans and I edited the pom.xml to match the values on ...
John Doe's user avatar
3 votes
2 answers
2k views

UnsatisfiedLinkError with JCEF

Context : Linux 64 debian Java jdk 1.8.0_181 CEF_VERSION 75.0.13+g2c92fcd+chromium-75.0.3770.100 into CMakeLists.txt Commit 467f8fc 2019-07-02 Here is the project tree : . ├── pom.yml ├── java-cef/. &...
user7364588's user avatar
  • 1,154
0 votes
0 answers
98 views

Why exec-maven-plugin fails while java console command works?

This problem has arisen while working with the Java Chromium Embedded Framework (JCEF). The JCEF uses a native SO library (libcef.so) and a SO library for the JNI bindings (libjcef.so). I believe the ...
clapas's user avatar
  • 1,846