Skip to content

UnsatisfiedLink Error #2

@alexandruionascu

Description

@alexandruionascu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions