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
Hello,
I tried to run the project, first I added to my PATH avatar js shared object, but when I try to use HandleFactory it gives me this:
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.oracle.libuv.NativeException._static_initialize()V
at com.oracle.libuv.NativeException._static_initialize(Native Method)
at com.oracle.libuv.NativeException.static_initialize(NativeException.java:103)
at com.oracle.libuv.handles.LoopHandle.<clinit>(LoopHandle.java:41)
at com.oracle.libuv.handles.DefaultHandleFactory.<init>(DefaultHandleFactory.java:38)
at Main.main(Main.java:12)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
I'm wondering if you can provide me the compatible library. Thank you! :D
The text was updated successfully, but these errors were encountered:
Hello,
I tried to run the project, first I added to my PATH avatar js shared object, but when I try to use HandleFactory it gives me this:
I'm wondering if you can provide me the compatible library. Thank you! :D
The text was updated successfully, but these errors were encountered: