|
From: Gabriella T. <g....@ni...> - 2006-12-11 00:05:48
|
Hello all, I've tried to run my demo code with the Dec 10 nighly build
version of 2.3.1 and after downloading the Java 3D API 1.4.0_01 and the
javax.units.* package (somewhere the new need for these should probably
be documented) I managed to compile fine, when I try to run my code I get
the following error message:
java.io.FileNotFoundException: c:/scaleup.tiff (No such file or directory)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
at
javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:44)
at
com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:37)
at javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:391)
at javax.imageio.ImageIO.write(ImageIO.java:1483)
at
org.geotools.renderer.lite.gridcoverage2d.GridCoverageRenderer.paint(GridCoverageRenderer.java:571)
Somewhere in the code there's a hardcoded reference to c:/scaleup.tiff
I've given up for the moment
gaby
--
***************************************************************
** Gabriella Turek g....@ni... **
** National Institute of Water & Atmospheric Research (NIWA) **
** PO Box 8602 Christchurch New Zealand +64-3-348-8987x3724 **
***************************************************************
|