I got this error
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.openPort(Ljava/lang/String;Z)J
when I was trying to run the controller software on my Mac. Thankfully I was able to solve it with help from this Stack Overflow post: http://stackoverflow.com/a/26741502
You just need to replace the jssc.jar file in your lib folder with the latest jssc.jar (linked to in that SO post).
Perhaps the latest jssc.jar could be included in future releases? I'm still getting "No Serial Connection" for now, but, at least the program loads.
|