I am trying to install jmatlink, which I have downloaded from sourceforge.net. The instructions I have found so far are
1) unzip
2) copy the JMatLink.dll to c:\windows\system32
3) copy the JMatLink folder to C:\
I am using netBeans, so the classpath has always been set automatically for me. Do I need to do something manually? I tried to add the JMatLink.class file to the classpath, but its still not working right.
My best result so far is that when I type in 'import ' the automatic suggestions now include jmatlink. If I enter this
import jmatlink;
then the error is
'.' expected
If I put a dot, then the automatic suggestion becomes jmatlink.JMatLink, but when I enter this, the error is
package jmatlink does not exist
Does anyone know how to get this to work? Thanks