After the update to com.microsoft.onnxruntime:onnxruntime:1.21.0 I do get an error when trying to load the runtime in java (21). Colleagues with a mac seems not to experience this issue.
java.lang.UnsatisfiedLinkError: ~\AppData\Local\Temp\onnxruntime-java3314415972495013183\onnxruntime.dll: A dynamic link library (DLL) initialization routine failed
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:331)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:197)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:139)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2418)
at java.base/java.lang.Runtime.load0(Runtime.java:852)
at java.base/java.lang.System.load(System.java:2025)
at ai.onnxruntime.OnnxRuntime.load(OnnxRuntime.java:387)
at ai.onnxruntime.OnnxRuntime.init(OnnxRuntime.java:166)
at ai.onnxruntime.OrtEnvironment.<clinit>(OrtEnvironment.java:34)
....
while I do have the latest VC++ redistributables

maybe related to #23957?
After the update to
com.microsoft.onnxruntime:onnxruntime:1.21.0I do get an error when trying to load the runtime in java (21). Colleagues with a mac seems not to experience this issue.while I do have the latest VC++ redistributables

maybe related to #23957?