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: C:\Users\....\AppData\Local\Temp\tempLib10649058771145031396: Can't find dependent libraries
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)
at java.base/java.lang.Runtime.load0(Runtime.java:755)
at java.base/java.lang.System.load(System.java:1953)
at io.zenoh.Zenoh$Companion.loadZenohJNI(Zenoh.kt:125)
at io.zenoh.Zenoh$Companion.tryLoadingLibraryFromJarPackage-IoAF18A(Zenoh.kt:137)
at io.zenoh.Zenoh$Companion.access$tryLoadingLibraryFromJarPackage-IoAF18A(Zenoh.kt:29)
at io.zenoh.Zenoh.<init>(Zenoh.kt:161)
at io.zenoh.Zenoh.<init>(Zenoh.kt)
at io.zenoh.Zenoh$Companion.load(Zenoh.kt:36)
at io.zenoh.Session.<init>(Session.kt:81)
at io.zenoh.Session.<init>(Session.kt)
at io.zenoh.Session$Companion.open-d1pmJ48(Session.kt:64)
To reproduce
Create a project using the SNAPSHOT package of Zenoh-Kotlin.
Attempt to start a session.
System info
Windows
amd64 architecture
The text was updated successfully, but these errors were encountered:
Describe the bug
On windows, we get the following error:
To reproduce
Create a project using the SNAPSHOT package of Zenoh-Kotlin.
Attempt to start a session.
System info
The text was updated successfully, but these errors were encountered: