Page 2 of 2

Re: Only the Jcef.jar and jcef-tests.jar are not generated

PostPosted: Thu Aug 30, 2018 11:31 pm
by magreenblatt
Sounds like you're trying to run the 32-bit build with a 64-bit JVM. Check which java.exe you're using.

Re: Only the Jcef.jar and jcef-tests.jar are not generated

PostPosted: Fri Aug 31, 2018 11:52 am
by hibra
Yes, the problem was here. Although the system path environment variable does not contain a java 64bit, the main class was internally configured to use it differently from the project execution environment.
The important that it works now!
Thanks again and see you on the next problem ;-)