jcefmaven / jcefmaven

Maven artifacts for JCef
Apache License 2.0
192 stars 35 forks source link

[BUG] ...Exception in thread "main" java.lang.UnsatisfiedLinkError: #106

Open hteste opened 2 weeks ago

hteste commented 2 weeks ago

For Version 122.1.10 ,JDK1.8 32bit Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\java_works\eclipse-workspace\test\chrome_122\chrome_elf.dll:
at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at me.friwi.jcefmaven.impl.step.init.CefInitializer.initialize(CefInitializer.java:52) at me.friwi.jcefmaven.CefAppBuilder.build(CefAppBuilder.java:308) at cn.haoe.xb.jcef.XbBrownserTools.init(XbBrownserTools.java:246) at cn.haoe.xb.XbMainFrame.(XbMainFrame.java:114) at cn.haoe.xb.XbMainFrame.main(XbMainFrame.java:460) \chrome_elf.dll: 找不到指定的程序\chrome_elf.dll: 找不到指定的程序\chrome_elf.dll: 找不到指定的程序

FriwiDev commented 2 weeks ago

Please post your code or with what you tested

ManOnSaturn commented 1 week ago

For Version 122.1.10 ,JDK1.8 32bit

@hteste This seems to be a Java-version problem. Are you using Java 8 or later?