I've been looking for a good macro editor IDE to use with IJ from Jérôme
Mutterer, and have installed (first) JEdit and (second) the IJ_Ed package. Problem: -- Start IJ. -- Choose the new menu item Plugins>Editor>IJ Ed. -- The JEdit splash screen appears, but stops at "run startup scripts". The wheel spins indefinitely. -- Quit IJ. I see on the IJ_Ed page at imagejdocu.tudor.lu that it's good to edit the ImageJ.cfg file, but it didn't seem necessary, as the menu item appeared. Here's mine: . C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe -Xmx1200m -cp C:\PROGRA~1\Java\JDK16~1.0_1\lib\tools.jar;ij.jar ij.ImageJ As an aside, can anyone recommend a good IDE for IJ that runs under Windows? |
Hi,
Could you try adding jedit.jar to the classpath in the cfg file anyway ? I'll send you tomorrow a working windows installation. The freeze at 'run startup scripts' has been reported by several users, but I could not fix it so far. Jerome On Sun, Mar 21, 2010 at 6:51 AM, Kinata <[hidden email]> wrote: > I've been looking for a good macro editor IDE to use with IJ from Jérôme > Mutterer, > and have installed (first) JEdit and (second) the IJ_Ed package. > > Problem: > -- Start IJ. > -- Choose the new menu item Plugins>Editor>IJ Ed. > -- The JEdit splash screen appears, but stops at "run startup scripts". The > wheel spins indefinitely. > -- Quit IJ. > > I see on the IJ_Ed page at imagejdocu.tudor.lu that it's good to edit the > ImageJ.cfg file, but it didn't > seem necessary, as the menu item appeared. Here's mine: > > . > C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe > -Xmx1200m -cp C:\PROGRA~1\Java\JDK16~1.0_1\lib\tools.jar;ij.jar ij.ImageJ > > > As an aside, can anyone recommend a good IDE for IJ that runs under > Windows? > > > |
Thanks, Jerome...putting jedit.jar in the classpath worked. Here's the
edited config file: . C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe -Xmx1200m -cp C:\PROGRA~1\Java\JDK16~1.0_1\lib\tools.jar;.\plugins\jedit.jar;ij.jar ij.ImageJ The Run As IJ Macro command doesn't appear to work, though, and the toolbar buttons seem to have disappeared. But this isn't at all serious; I mostly wanted to get the keyword coloring, as I don't have much experience with Java. Regards, Chris Kinata |
In reply to this post by jmutterer
Hi,
same problem here (freeze on "run startup scripts"), already the first time I tried it, on several different installations! Mit freundlichen Grüßen / Best regards Joachim Wesner Jerome Mutterer <jerome.mutterer@ GMAIL.COM> An Gesendet von: [hidden email] ImageJ Interest Kopie Group <[hidden email]. Thema GOV> Re: IJ_Ed problem 21.03.2010 09:11 Bitte antworten an ImageJ Interest Group <[hidden email]. GOV> Hi, Could you try adding jedit.jar to the classpath in the cfg file anyway ? I'll send you tomorrow a working windows installation. The freeze at 'run startup scripts' has been reported by several users, but I could not fix it so far. Jerome On Sun, Mar 21, 2010 at 6:51 AM, Kinata <[hidden email]> wrote: > I've been looking for a good macro editor IDE to use with IJ from Jérôme > Mutterer, > and have installed (first) JEdit and (second) the IJ_Ed package. > > Problem: > -- Start IJ. > -- Choose the new menu item Plugins>Editor>IJ Ed. > -- The JEdit splash screen appears, but stops at "run startup scripts". The > wheel spins indefinitely. > -- Quit IJ. > > I see on the IJ_Ed page at imagejdocu.tudor.lu that it's good to edit the > ImageJ.cfg file, but it didn't > seem necessary, as the menu item appeared. Here's mine: > > . > C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe > -Xmx1200m -cp C:\PROGRA~1\Java\JDK16~1.0_1\lib\tools.jar;ij.jar ij.ImageJ > > > As an aside, can anyone recommend a good IDE for IJ that runs under > Windows? > > > ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
Free forum by Nabble | Edit this page |