From: Ranu Kundu on
Hi - I have not been able to figure out why I am getting the no class
def error. I have verified and reverified my library path. I am
running Netbeans 6.5 on a windows xp machine.

My import statement is:
import com.mathworks.jmi.*;

Here is my decleration"
Matlab matlab = null;

Exception in thread "main" java.lang.NoClassDefFoundError:
com/mathworks/util/FactoryUtilSupplier