Page 1 of 1

Where is a source code of JCEF sample app for Mac OS?

PostPosted: Fri Aug 09, 2019 12:15 pm
by wcactus
Hello!
I trying to launch my application with JCEF-based UI on Mac OS Mojave. I successfully built JCEF Framework from sources and added it into my app. When application starts, it found and loaded JCEF, but crushed without any messages on log when method CefApp.getInstance() was called. On Windows and Linux my app works fine.
I want to open sample JCEF application in my IDE and start it and see it works. After what, I can compare my code with sample code and find my fault.
So, my question is where is a source code of sample app for Mac OS?

Re: Where is a source code of JCEF sample app for Mac OS?

PostPosted: Fri Aug 16, 2019 9:08 pm
by Czarek
You can find sources in the java/tests/ directory, see: https://bitbucket.org/chromiumembedded/ ... ava/tests/