Hello everyone
I'm having a little trouble for installing my custom plug-in in MM2.0
I've coded a MM 2.0 Plug-in using NetBeans following the MM method (adapted for 2.0) :
wiki/Writing_plugins_for_Micro-Manager. It works fine when launching it from the IDE :
MM2.0 open and my plug-in appears in the sub-menu "On-The-Fly Image Processing".
But when I want to install it on MM 2.0 by putting the ".jar" in the "mmplugins" folder as describe in
wiki/Version_2.0_Plugins.
My plug-in doesn't appears in any menu/sub-menu.
Some information :
My "Wiener2.jar" is located in : C:\Micro-Manager-2.0beta\mmplugins
My plugins is as follow :
@Plugin(type = Wiener2.class)
public class Wiener2 implements ProcessorPlugin, SciJavaPlugin {
Override functions
}
When I build my project I got this warning :
warning: Supported source version 'RELEASE_6' from annotation processor 'org.scijava.annotations.AnnotationProcessor' less than -source '1.8'
Did I miss something ? Did I need to do something more with MM to allow him to detects my Plug-in ?
Any information will be appreciate.
Sincerely
Vincent