Threshold blur plugin cannot compile - OSX 10.7.2

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

Threshold blur plugin cannot compile - OSX 10.7.2

Paul Stutzman-2
I have been quite pleased with the Threshold Blur plugin to clean up my segmented images.  Upon attempting to compile and run it on my new Mac (Lion, Java 14.0.3), I get the following error and am hoping someone can point me in the right direction so I can successfully use this plugin.

Thank you,

Paul Stutzman


/Applications/ImageJ/plugins/Filters/thresholded_blur.java:47: class Thresholded_Blur is public, should be declared in a file named Thresholded_Blur.java
public class Thresholded_Blur implements ExtendedPlugInFilter, DialogListener {
       ^
1 error
Reply | Threaded
Open this post in threaded view
|

Re: Threshold blur plugin cannot compile - OSX 10.7.2

Gabriel Landini
On Friday 21 Oct 2011 13:51:32 Stutzman, Paul E. Mr. wrote:
> /Applications/ImageJ/plugins/Filters/thresholded_blur.java:47: class
> Thresholded_Blur is public, should be declared in a file named
> Thresholded_Blur.java public class Thresholded_Blur implements
> ExtendedPlugInFilter, DialogListener { ^
> 1 error

Maybe you saved the file with a different name than Thresholded_Blur.java?
(case matters).

G.