Page 1 of 1

Creating a JAR for Release in IntelliJ Linux x64

PostPosted: Thu Jan 04, 2018 9:24 pm
by jakesteele
Hey,

My JCEF project works create if run through intellij, however when I create a artifact and a JAR to release to my external machiene jcef isn't initializing. It can call the create CefSettings but when it gets to cefApp.getInstance("", cefSettings); it hangs without throwing an error.

I was wondering if for distribution I would have to do something special. I currently chose to extract to output root on the jcef libraries.

It also conintues to work great if launched through the debug button instead of being compiled to a jar and launched through terminal.

My manifest class-path is .

Re: Creating a JAR for Release in IntelliJ Linux x64

PostPosted: Thu Jan 25, 2018 4:40 am
by Czarek
Are you following the https://bitbucket.org/chromiumembedded/ ... ndBuilding document and including all required CEF binaries in your jar? Set appropriate log severity through CefSettings and see if anything useful is written to debug.log file.