plugins.config whitespace sensitivity

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

plugins.config whitespace sensitivity

Michael Doube
Hi all

Some time ago I wrote to the list with a problem getting plugins.config
to work properly for me, and a few people made a few suggestions.  The
ImageJ error message was:

Plugin or class not found: "Plugin_Name"
(java.lang.ClassNotFoundException: Plugin_Name)

After much fiddling around with packages, imports, eclipse settings
(etc., ad nauseum) it turns out that plugins.config can't handle tab
delimited fields, and expects spaces only after commas.

So, this works:

Plugins>BoneJ, "Anisotropy", Anisotropy_

But this does not (though the code is tidier to look at):

Plugins>BoneJ, "Anisotropy", Anisotropy_

I hope this saves someone else some time,

Mike