Re: [micro-manager-general] Spam (10.188):Re: ImageJ integration
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <nic...@uc...> - 2020-03-31 21:20:54
|
Hi Carlos, > Stupid question: > how do I compile the plugin ? > I have already followed the instructions to have a build environment, > and Micro-Manager solution compiles (minus some references to 3rdparty > stuff and may be hidden/non redistributable code). > > But in the solution explorer I don't see any of the plugins, including > the example one that is in the distro... > Now that I see, this is a C++ studio and those plugins are Java ... > Well, I said it was stupid. Did you have a look at: https://micro-manager.org/wiki/Writing_plugins_for_Micro-Manager ? Please note that those instructions are a bit outdated (as they were for 1.4), I'll put it on my todo list to update them for 2.0. In the mean time, decide which tools (Netbeans, Eclipse, Intellij, or plain old javac and text editor of your choice) you want to use, start setting up your build environment, and see where you get stuck;) Best, Nico |