Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsatisfiedLink Error #2

Open
alexandruionascu opened this issue Mar 16, 2017 · 0 comments
Open

UnsatisfiedLink Error #2

alexandruionascu opened this issue Mar 16, 2017 · 0 comments

Comments

@alexandruionascu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant