Login  Register

Running imagej plugins in eclipse

Posted by juliofederico on Jul 19, 2014; 1:13am
URL: http://imagej.273.s1.nabble.com/Running-imagej-plugins-in-eclipse-tp5008829.html

Hi everyone! I have a problems to run imageJ plugins in eclipse. I Added all jar files needed in the referenced libraries and I have been looking for solutions in the web but nothing. I can compile and run the plugin using the fiji compiler but I get this exception (Exception in thread "main" java.lang.NullPointerException)  using eclipse. I think it could be a problem with the sentences: public void run(String arg) and public static void main(String[] args) whiches I have to change when I paste the code from fiji compiler to eclipse. What do you recommend me?