-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I want to test your code to send a frame for my lights but i can't compile your
code with Eclipse.
I have this message :
Exception in thread "main" java.lang.UnsatisfiedLinkError: no dmxConnect in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1764)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1044)
at dmx.dmxConnect.<clinit>(dmxConnect.java:63)
at dmx.SimpleDMX.<init>(SimpleDMX.java:30)
at dmx.Test.main(Test.java:11)
I've tried to change the build path but nothing.
i've add on the argument in run's configuration : "-Djava.library.path=/dll" .
I'm on the Osx system (maverick)
If you can help me.
I hope you answer.
Original issue reported on code.google.com by romainco...@gmail.com on 8 Nov 2013 at 4:57
Reactions are currently unavailable