ImageJ, Netbeans and linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ImageJ, Netbeans and linux

Thomson Neil (EAST KENT HOSPITALS UNIVERSITY NHS FOUNDATION
              TRUST)
Hi List

I've been happily creating and debugging plugins in Netbeans on Windows for months.  I now require to put in some extra hours at home, where I run openSuSE linux 11.2.  I am able to compile and run ImageJ and plugins but debugging does nothing (except for running IJ); it won't stop at breakpoints.  I'm using IJ 1.43o and Netbeans 6.5.

Has anyone got experience of debugging IJ in Netbeans on linux?  I'd appreciate any help.

Many thanks, Neil
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ, Netbeans and linux

Juanjo Vega
Hi,

I'm running Netbeans 6.8 in Ubuntu Linux 10.04 LTS.

I can't integrate IJ completely with Netbeans, because other plugins
aren't loaded when I run it from the IDE.

What I do is to create a shell script to copy jar files into the plugin
folder and then to run the imageJ as usually.

It's not the best choice, it would be better to press the "debug" /
"run" button in Netbeans and that's all, but I can't figure out how to
do it.

Hope it helps.

Sincerelly,

Juanjo.

On Sat, 2010-06-19 at 09:14 -0400, Neil Thomson wrote:
> Hi List
>
> I've been happily creating and debugging plugins in Netbeans on Windows for months.  I now require to put in some extra hours at home, where I run openSuSE linux 11.2.  I am able to compile and run ImageJ and plugins but debugging does nothing (except for running IJ); it won't stop at breakpoints.  I'm using IJ 1.43o and Netbeans 6.5.
>
> Has anyone got experience of debugging IJ in Netbeans on linux?  I'd appreciate any help.
>
> Many thanks, Neil