Hi,
I have been developing ImageJ plugins in Eclipse for a few years now, but suddenly I cannot see my plugins listed under the Plugins menu of the instance of ImageJ generated by running my plugin class in Eclipse. Is there any tutorial or set of directions for setting up Eclipse to run ImageJ on a Macintosh computer? I was unable to adapt Patrick Pirrotte¹s PC and Linux guide > http://imagejdocu.tudor.lu/Members/ppirrotte/howtos/the-imagej-eclipse-howto/ to a MAC. Thanks in advance for any help. Chris Coulon The GAIA Group Global Automated Image Analysis http://www.gaiag.net [hidden email] We welcome image analysis problems in all fields. Christopher Coulon, Ph.D., Founder |
Hi,
Unfortunately we do not have any Macintosh in my lab so I could not test the tutorial on Mac. If someone would like to share his experience with Eclipse and ImageJ development on this OS I could update the Eclipse plugin development tutorial to reflect Mac specific isssues. If you have any other tips&tricks about Eclipse&ImageJ you can of course sent them to me and I'll add them to the tutorial. Thank you, Patrick -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Christopher Coulon Sent: 29 August 2006 18:04 To: [hidden email] Subject: Plugins not showing in Eclipse instance of ImageJ Hi, I have been developing ImageJ plugins in Eclipse for a few years now, but suddenly I cannot see my plugins listed under the Plugins menu of the instance of ImageJ generated by running my plugin class in Eclipse. Is there any tutorial or set of directions for setting up Eclipse to run ImageJ on a Macintosh computer? I was unable to adapt Patrick Pirrotte¹s PC and Linux guide > http://imagejdocu.tudor.lu/Members/ppirrotte/howtos/the-imagej-eclipse > -howto/ to a MAC. Thanks in advance for any help. Chris Coulon The GAIA Group Global Automated Image Analysis http://www.gaiag.net [hidden email] We welcome image analysis problems in all fields. Christopher Coulon, Ph.D., Founder |
Hi Christopher,
I had this problem too, but on a win xp machine. Wayne wrote to me "The "plugins dir" property from the list generated by Plugins>Utilities>ImageJ Properties is the directory where ImageJ looks for plugins". I´ve changed the "IJ_Props.txt" by adding my plugins under "user_plugins". Look for # Install user plugins located in ij.jar #user_plugins01="Red And Blue",RedAndBlue_ user_plugins01="PlugInName",ij.plugin.ClassFileName PlugInName is the name that will be shown in the menu and ij.plugin.ClassFileName is the package including the name of the class file Now the added plugin will be visible and will running by selecting. I hope that helps ;-) - regard heiko 2006/8/30, Patrick Pirrotte < [hidden email]>: > > Hi, > > Unfortunately we do not have any Macintosh in my lab so I could not test > the > tutorial on Mac. If someone would like to share his experience with > Eclipse > and ImageJ development on this OS I could update the Eclipse plugin > development tutorial to reflect Mac specific isssues. > > If you have any other tips&tricks about Eclipse&ImageJ you can of course > sent them to me and I'll add them to the tutorial. > > Thank you, > > Patrick > > > -----Original Message----- > From: ImageJ Interest Group [mailto:[hidden email] ] On Behalf Of > Christopher Coulon > Sent: 29 August 2006 18:04 > To: [hidden email] > Subject: Plugins not showing in Eclipse instance of ImageJ > > > Hi, > > I have been developing ImageJ plugins in Eclipse for a few years now, but > suddenly I cannot see my plugins listed under the Plugins menu of the > instance of ImageJ generated by running my plugin class in Eclipse. Is > there any tutorial or set of directions for setting up Eclipse to run > ImageJ > on a Macintosh computer? I was unable to adapt Patrick Pirrotte¹s PC and > Linux guide > > > http://imagejdocu.tudor.lu/Members/ppirrotte/howtos/the-imagej-eclipse > > -howto/ > > to a MAC. Thanks in advance for any help. > > Chris Coulon > > > The GAIA Group > Global Automated Image Analysis > http://www.gaiag.net > [hidden email] > > > We welcome image analysis problems in all fields. > > Christopher Coulon, Ph.D., Founder > -- * ********************************* * Heiko Gleitsmann c/o Kramer * Wohlgemuthstr. 19 * 12437 Berlin * phone: 030/99190249 * mobile: 0719/7013401 * ICQ: 342985916 * ********************************* |
Free forum by Nabble | Edit this page |