Missing plugin name in "Plugins" menu

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing plugin name in "Plugins" menu

Dawid Krzempek
Hi all,
I have some technical, not programistic problem.
I develop my own Imagej plug-in using NetBeans.
My Netbeans Project Folder is, let's say, on desktop. It works well.
I want to change localization of my Project Folder (for example for "My
documents"). But after cut-paste my folder and running project using
Netbeans some problem occurs. There are no my plugin's name in "Plugins"
menu, so I can't run it and test.
I tried to find some pathes to change in project properties, but everything
looks ok.
Do you have some sugestions?
Best regards
David

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Missing plugin name in "Plugins" menu

Michael Schmid
Hi David,

not sure whether I understand the problem correctly, but anyhow:

A plugin is visible in the 'Plugins' menu if
(1) it is in ImageJ/plugins or a subfolder thereof (NOT sub-subfolders or
deeper levels) and
(2) its .class file has an underscore in the name.

Maybe Netbeans writes the .class file to the wrong place after moving the
projects folder?

Michael
____________________________________________________________

On Sat, November 29, 2014 15:32, Dawid Krzempek wrote:

> Hi all,
> I have some technical, not programistic problem.
> I develop my own Imagej plug-in using NetBeans.
> My Netbeans Project Folder is, let's say, on desktop. It works well.
> I want to change localization of my Project Folder (for example for "My
> documents"). But after cut-paste my folder and running project using
> Netbeans some problem occurs. There are no my plugin's name in "Plugins"
> menu, so I can't run it and test.
> I tried to find some pathes to change in project properties, but
> everything
> looks ok.
> Do you have some sugestions?
> Best regards
> David
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html