Problem running Colour Count plugin

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

Problem running Colour Count plugin

Alistair Herbert-Jackson
Dear All
I have just been introduced to this software and I trying desperately to understand how it can help me differentiate between the basic colours which we have on engineering drawings. Using this data I will be able to establish a measure of how complicated our drawings are thus in theory being able to put a timescale against them for works done.

HOWEVER

For some reason after I have downloaded the plugin found here:

http://imagejdocu.tudor.lu/doku.php?id=plugin:color:color_pixel_counter:start

And then I have inserted it into the plugin folder directory as instructed but when I try to run it on an image I get the error message as below.

Plugin or Class not found: "colour_pixel_counter"
(java.lang.noclassdeffounderror: colour_pixel_counter (wrong name: Colour_Pixel_Counter))

Please someone HELP !  its driving me up the wall knowing I might have a solution to my woes but not being able to get there !!


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

Re: Problem running Colour Count plugin

Gabriel Landini
On Monday 13 Aug 2012 08:59:59 you wrote:
> Plugin or Class not found: "colour_pixel_counter"
> (java.lang.noclassdeffounderror: colour_pixel_counter (wrong name:
> Colour_Pixel_Counter))

Maybe the expected file name is "Colour_Pixel_Counter", not
"colour_pixel_counter".
Regards
Gabriel

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

Re: Problem running Colour Count plugin

Gabriel Landini
In reply to this post by Alistair Herbert-Jackson
> Plugin or Class not found: "colour_pixel_counter"
> (java.lang.noclassdeffounderror: colour_pixel_counter (wrong name:
> Colour_Pixel_Counter))

Actually it probably needs to be  "Color_Pixel_Counter.class". (no "u" in
colour). For some strange reason the Wiki changes the names all to lower case
when uploading.
G.

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

Re: Problem running Colour Count plugin

Alistair Herbert-Jackson
Gabriel Landini <G.Landini@...> writes:

>
> > Plugin or Class not found: "colour_pixel_counter"
> > (java.lang.noclassdeffounderror: colour_pixel_counter (wrong name:
> > Colour_Pixel_Counter))
>
> Actually it probably needs to be  "Color_Pixel_Counter.class". (no "u" in
> colour). For some strange reason the Wiki changes the names all to lower case
> when uploading.
> G.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
>


Thanks Gabriel
I have tried renaming the .class file and this does not seem to work :(
Do I need to go into the class file do you think? and if so how?

Alistair

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

Re: Problem running Colour Count plugin

Lenka Polaskova
Renaming to "Color_Pixel_Counter" (without .class) in a plugin folder
should work. If not, you can try to find a .java file and compile it.

2012/8/15 Alistair <[hidden email]>

> Gabriel Landini <G.Landini@...> writes:
>
> >
> > > Plugin or Class not found: "colour_pixel_counter"
> > > (java.lang.noclassdeffounderror: colour_pixel_counter (wrong name:
> > > Colour_Pixel_Counter))
> >
> > Actually it probably needs to be  "Color_Pixel_Counter.class". (no "u" in
> > colour). For some strange reason the Wiki changes the names all to lower
> case
> > when uploading.
> > G.
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >
> >
>
>
> Thanks Gabriel
> I have tried renaming the .class file and this does not seem to work :(
> Do I need to go into the class file do you think? and if so how?
>
> Alistair
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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