Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] missing image-ext libs?

Hello,

just tried a general update and have a few errors in

BasicGridCoverageRenderer:

cannot find

import javax.media.jai.InterpolationNearest;
import javax.media.jai.JAI;
import javax.media.jai.TileCache;

Access restriction: The constructor InterpolationNearest() is not accessible due to restriction on required library F:\Programme\dev\java\jre1.6.0_04\lib\ext\jai_core.jar BasicGridCoverageRenderer.java net.refractions.udig.render.gridcoverage.basic/src/net/refractions/udig/render/internal/gridcoverage/basic line 147 Java Problem


I see in the libs manifest the follwoing

lib/imageio-ext-geocore-1.0-SNAPSHOT.jar,
lib/imageio-ext-utilities-1.0-SNAPSHOT.jar

but cannot find that on the libs/lib directory after doing a refresh.

I have jai_core and otehrs on the classpath.

Am I missing something? Have the JAI libs been patched?

Cheers,

Ugo

--
Ugo Taddei

Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG IAIS)
http://www.iais.fraunhofer.de
Department Knowledge Discovery - IAIS.KD -
Working Group Spatial Decision Support
http://www.iais.fraunhofer.de/kd.html
phone  (+49)2241-14-2184    fax    (+49)2241-14-2072
Schloss Birlinghoven, D-53754 Sankt Augustin, Germany


Back to the top