What steps will reproduce the problem?
1. Use a clean Windows installation (initial installed Win, nothing else
installed, no VS no Java, etc.)
2. Download and install latest Java 7 version from http://www.java.com
3. Dont't set any kind of Environment variables (e.g. adding Java to the Path
ENV)
4. Start a jcef based application
What is the expected output? What do you see instead?
Expected: The application starts without any problems.
Instead: The dependent DLL jawt can't be found.
What version of the product are you using? On what operating system?
JCEF: r101
Win: Win 7 (x64)
Java: 7u76
Please provide any additional information below.
The issue can simply be avoided by "preloading" the missing jawt dll just
before the cef and jcef libs are loaded.
Please see attached patch file for a simple solution.
Regards,
Kai
Original issue reported on code.google.com by k...@censhare.de on 18 Sep 2014 at 7:33
Original issue reported on code.google.com by
k...@censhare.de
on 18 Sep 2014 at 7:33Attachments: