Debugging plugin with Loci Bio-formats in netbeans
Posted by
Tomas Karlsson-2 on
Mar 19, 2011; 8:31pm
URL: http://imagej.273.s1.nabble.com/Debugging-plugin-with-Loci-Bio-formats-in-netbeans-tp3685067.html
Hi i have followed the instructions for debugging imagej plugins with imagej at
http://rsb.info.nih.gov/ij/developer/NBTutorial.htmlBecause of GUI changes the instructions may need a look-over ( "Java Project with Existing Ant Script" is in 6.9.1 called "Java Free-Form project" and the debug commands are in a seperate menu. The line numbers have changed in the compiling and debugging plugins heading .)
Anyhow i am going to write a couple of plugins with GUIs relying on Loci bio-formats library for reading files. Can anyone give me any hints how to integrate the bioformats into the netbeans environment so i can complie and debugg the plugins from within netbeans - all my atemts have resulted in a "package loci.formats.ImageReader; does not exist" error.
Thanks in advance for any hints,
Tomas