Hi,
The things I like most about Eclipse are the incremental
debugging and the quickfix features. It looks a bit daunting
at first, but take a look at:
http://www-128.ibm.com/developerworks/library/os-ecnbeans/This discusses migrating from NetBeans to Eclipse and gives
a nice short intro to Eclipse.
One very usefull plugin for Eclipse to install is the Fat
Jar plugin. Which cannot be installed via "find and
install", but see the instructions on:
http://fjep.sourceforge.net/With the fat jar plugin it's easy to make executable JAR
files (JAR files with a manifest file that indicates where
the main class can be found). The standard export to JAR
feature in Eclipse doesn't do this.
Greetings,
Edwin
> Hello Andy,
>
> as Eclipse seems quite popular I've written a small HOWTO
which is at the
> new documentation site:
>
>
http://imagejdocu.tudor.lu/Members/ppirrotte/howtos/the-imagej-eclipse-howto> /
>
> If someone wishes to add something to it or finds any
bugs, just tell me.
>
> Best regards,
>
> Patrick
>
> -----Original Message-----
> From: ImageJ Interest Group [mailto:
[hidden email]]
On Behalf Of Andy
> Weller
> Sent: 17 July 2006 10:35
> To:
[hidden email]
> Subject: Eclipse
>
>
> Dear all,
>
> I would like to use Eclipse to attempt to write my first
plugin... This is
> all very new to me, but I would at least like to plunge
myself into the deep
> end!
>
> Can anyone point me in the right direction as to where I
can find
> information as to how to do this (ie, ImageJ imports into
Eclipse; do I
> import all of ij.jar as a project so it all 'works' and
'compiles', etc)?
> Maybe there's a brief manual out there, somewhere...?
>
> Many thanks, Andy
>