Re: [micro-manager-general] ImageJ integration
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <nic...@uc...> - 2020-04-01 03:03:10
|
Hi Carlos, On 3/31/2020 3:57 PM, Carlos G Mendioroz wrote: > I had some long time ago, it seems :( > Ok, Eclipse it is, I'm not using the same machine that runs MM though. > Compiles fine, but somehow it is not getting recognized (after copying > to mmplugins, and restarting). I have JRE 1.7 with 1.6 compliance setting. MM 2.0 is actually build with Java 8. It is possible that the annotations used for plugin discovery do not make it correctly in Java 6 binaries (don't know, never tried), so I would definitely start switching to Java 8 (we use the binaries from AdoptOpenJDK these days). Look in the Corelog file in the Micro-Manager application directory. It will have lines like: 2020-03-31T15:31:22.562599 tid33064 [IFO,App] Found plugin org.micromanager.ratioimaging.RatioImaging@2a5dc8b. It may give clues to what the problem may be with your binary (or if it is not listed there, that is a clue too). Best, Nico |