java-cef icon indicating copy to clipboard operation
java-cef copied to clipboard

use installed cef instead of rebuilding again

Open magreenblatt opened this issue 5 years ago • 2 comments

Original report by solo turn (Bitbucket: solo turn).


can you please give some hints how java-cef could be compiled against a centrally installed cef? as cef is rather big it would be helpful.

i packaged it for arch linux and it works:
https://aur.archlinux.org/packages/java-cef-git/

but if i try to use an already existing version: https://aur.archlinux.org/packages/cef-minimal it does not work. ii thought it might be linked to how it is built. so i used only files from /opt/java-cef and copied parts from /opt/java-cef/bin into /opt/cef/Release. then it segfaults.

magreenblatt avatar Jul 24 '20 09:07 magreenblatt

You would need to install the specific version of CEF required by your libjcef binary build.

magreenblatt avatar Jul 31 '20 13:07 magreenblatt

Original changes by solo turn (Bitbucket: solo turn).


  • edited description

magreenblatt avatar Jul 24 '20 09:07 magreenblatt