You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.UnsatisfiedLinkError: ..\jpl.dll: The specified procedure could not be found
I checked the jpl.dll using dependency walker and the missing component seems to be a dll call in jvm.dll
QueryOOBESupport, ext-ms-win-oobe-query-l1-1-0.dll
I can't locate this dll anywhere.
Any pointers would be greatly appreciated. Thanks in advance.
JVM details:
java.vm.name OpenJDK 64-Bit Server VM
java.vm.specification.name Java Virtual Machine Specification
java.vm.specification.vendor Oracle Corporation
java.vm.specification.version 17
The text was updated successfully, but these errors were encountered:
Might be better to check on SWI-Prolog's Discourse platform. Please also include the Windows version. I have no clue except that for most people this doesn't seem to be an issue. Searching for the dll gives some hints. Surely this dll is not directly accessed by the SWI-Prolog Java bridge.
Might be related to arm64? If the JVM is arm64 you probably also need an arm64 version of swi-prolog. We do not provide binaries for this. Quite likely they can be compiled with no or few changes, mostly figuring out the proper build tools.
Issue similar to: #34
Exception in thread "main" java.lang.UnsatisfiedLinkError: ..\jpl.dll: The specified procedure could not be found
I checked the jpl.dll using dependency walker and the missing component seems to be a dll call in jvm.dll
QueryOOBESupport, ext-ms-win-oobe-query-l1-1-0.dll
I can't locate this dll anywhere.
Any pointers would be greatly appreciated. Thanks in advance.
JVM details:
java.vm.name OpenJDK 64-Bit Server VM
java.vm.specification.name Java Virtual Machine Specification
java.vm.specification.vendor Oracle Corporation
java.vm.specification.version 17
The text was updated successfully, but these errors were encountered: