I've took the Source Code from here and paste it in my Eclipse.
Eclipse reported an error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: lejos.nxt.debug.DebugInterface.setDebug()V
at lejos.nxt.debug.DebugInterface.setDebug(Native Method)
at lejos.nxt.debug.DebugInterface.<init>(DebugInterface.java:35)
at lejos.nxt.debug.DebugInterface.<clinit>(DebugInterface.java:12)
at lejos.nxt.debug.DebugMonitor.monitorEvents(DebugMonitor.java:127)
at lejos.nxt.debug.DebugMonitor.main(DebugMonitor.java:145)
I d'ont know why this error is there, can somebody help me, please?
With other programms, that I write myself, there's no problem.
Thanks
