Re: null pointer exception on instanciating a matlab .jar class from plugin
Posted by
Nathaniel Ryckman on
Jul 05, 2011; 4:29pm
URL: http://imagej.273.s1.nabble.com/null-pointer-exception-on-instanciating-a-matlab-jar-class-from-plugin-tp3683949p3683950.html
Could you give us the stack trace?
Also, just to check, you meant to type:
thismclass = new Aclass();
Right? If you only have "thismclass = new Aclass;", then that could be your problem.