Prev: need help to invert a polynominal function.
Next: identification toolbox Index exceeds matrix dimensions
From: Caio Ferreira on 13 Jul 2010 13:25 I'm facing a problem when running a simple example of a main program, calling the JMatLink method engOpen(). As I could know from the error message, Windows XP can find JMatLink.dll and the correct path to Matlab R2009b pastes. The error message was: Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: JMATLINK.CoreJMatLink.engOpenNATIVE(Ljava/lang/String;)J at JMATLINK.CoreJMatLink.engOpenNATIVE(Native Method) at JMATLINK.CoreJMatLink.run(CoreJMatLink.java:737) at java.lang.Thread.run(Unknown Source) What can I do? |