yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Windows: Can't load JCEF because of a missing dependent DLL #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, fixed in revision 104.

Original comment by magreenb...@gmail.com on 18 Sep 2014 at 3:51