You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am a newbie to this sorry if I am missing something somewhere.
What machine I am on? I am using Windows x64 and trying to run everything through CMD since I will be working on Ubuntu for this. So, for learning purpose I am trying this on Windows.
By following the instructions, I was able to Build the JCEF and even I was able to run the Sample that was provided with it. I see that all the Binaries and required jars were added in the third-party folder.
I have created the jar file for the JCEF and now I want to use this in one, So I was trying a sample app where I refer this jar file, but I am getting the error of no chrome_elf in java.library.path, So while compiling I have even passed the path pointing to the release folder of CEF like this -Djava.library.path=/path/to/cef/release. By this error I can make out that CEF Binary path is not getting picked.
Thank you.
The text was updated successfully, but these errors were encountered:
Hey, I am a newbie to this sorry if I am missing something somewhere.
What machine I am on? I am using Windows x64 and trying to run everything through CMD since I will be working on Ubuntu for this. So, for learning purpose I am trying this on Windows.
By following the instructions, I was able to Build the JCEF and even I was able to run the Sample that was provided with it. I see that all the Binaries and required jars were added in the third-party folder.
I have created the jar file for the JCEF and now I want to use this in one, So I was trying a sample app where I refer this jar file, but I am getting the error of no chrome_elf in java.library.path, So while compiling I have even passed the path pointing to the release folder of CEF like this -Djava.library.path=/path/to/cef/release. By this error I can make out that CEF Binary path is not getting picked.
Thank you.
The text was updated successfully, but these errors were encountered: