jramosd / javachromiumembedded

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

UnsatisfiedLinkError: libcef.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute the run.bat (with properly setted JDK_BIN)
2. I get the UnsatisfiedLinkError.

What do you see?
java.lang.UnsatisfiedLinkError: win32\libcef.dll: Can't load IA 32-bit .dll on 
a AMD 64-bit platform

What version of the product are you using? On what operating system?
windows 7, x64
jdk1.7.0_04

Any ideas how to solve this problem?

Original issue reported on code.google.com by Denis.Be...@gmail.com on 29 Jul 2012 at 2:20

GoogleCodeExporter commented 9 years ago
Ok, i found it. The solution is in using x86 version of jdk instead of x64.

Original comment by Denis.Be...@gmail.com on 30 Jul 2012 at 11:54

GoogleCodeExporter commented 9 years ago
Seems like a workaround, not a solution.  What if you need the extra memory a 
64 bit JVM provides?

Original comment by patrickm...@gmail.com on 3 Jan 2013 at 8:21

GoogleCodeExporter commented 9 years ago
All issues for the original CEF1-based implementation are being marked as 
WontFix in preparation for the new CEF3-based implementation.

Original comment by lw.dev.p...@gmail.com on 30 Oct 2013 at 1:53