Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMatLink installation

807607Dec 15 2006 — edited Dec 15 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2007
Added on Dec 15 2006
3 comments
195 views