Here is my code
int j=0;
//h and hd are a ID array
h = rasterlayer.getHistogram();
j++;
double[] hd = new double[j];
for(int i=0;i
> Hi,
>
> Could it be a problem of JAI dependency ?
>
> Hypothesis : JAI is not "installed" in your JRE (which is not required), so
> tha
Hi,
Could it be a problem of JAI dependency ?
Hypothesis : JAI is not "installed" in your JRE (which is not required),
so that the soft try to accelerate a method in a pure java mode (which
may need jai_core or jai_codec in the classpath).
Really just a guess as I cannot explain the relation w