Prev: guide error
Next: compiling error
From: Stefan on 18 Nov 2007 05:45 Hi guys, i have a problem with the "plotdemo" example of the matlab toolbox javabuilder. i followed the instructions in the step-by-step helpfile of this example, but when i try to start the compiled .class file by typing: "java -cp c:\;c:\javabuilder.jar;c:\plotdemo.jar createplot" i just get the following errors: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.mathworks.toolbox.javabuilder.MWClassID at com.mathworks.toolbox.javabuilder.MWBuiltinArray.<init>(MWBuiltinArray.java:37) at com.mathworks.toolbox.javabuilder.MWEmptyArray.<init>(MWEmptyArray.java:26) at com.mathworks.toolbox.javabuilder.MWEmptyArray.<clinit>(MWEmptyArray.java:33) at com.mathworks.toolbox.javabuilder.MWArray.<clinit>(MWArray.java:23) at createplot.main(createplot.java:57) can someone help me plz? this is quite important for me to get this thing running in time...
|
Pages: 1 Prev: guide error Next: compiling error |