UnsatisfiedLinkError ved kørsel
ATCommand atc=new ATCommand(false);Når dette objekt oprettes får jeg denne fejl.
Er der nogen der har en god ide om hvilke fejl jeg skal kigge efter.
Programmet kan godt Compile men melder fejl når jeg skal run'ne
java.lang.UnsatisfiedLinkError: openATCommand
at com.siemens.icm.io.ATCommand.openATCommand(Native Method)
at com.siemens.icm.io.ATCommand.<init>(ATCommand.java:274)
at tcpClient.main(tcpClient.java:30)
Exception in thread "main"
