Hi,
I am getting following error when I compile. These files do exist but
it complains about packages or files not found.
*** Building in cluster
javac -J-mx64m -g *.java
/export/home/johnf/chhaya/visad/util/DataUtility.java:55: cannot resolve
symbol
symbol : class ColorProcessor
location: package process
import ij.process.ColorProcessor;
^
/export/home/johnf/chhaya/visad/data/netcdf/Plain.java:19: cannot resolve
symbol
symbol : class Netcdf
location: package netcdf
import ucar.netcdf.Netcdf;
^
/export/home/johnf/chhaya/visad/data/netcdf/Plain.java:20: cannot resolve
symbol
symbol : class NetcdfFile
location: package netcdf
import ucar.netcdf.NetcdfFile;
^
/export/home/johnf/chhaya/visad/data/netcdf/Plain.java:21: cannot resolve
symbol
symbol : class Schema
location: package netcdf
import ucar.netcdf.Schema;
^
/export/home/johnf/chhaya/visad/data/netcdf/Plain.java:22: cannot resolve
symbol
symbol : class Variable
location: package netcdf
import ucar.netcdf.Variable;
^
/export/home/johnf/chhaya/visad/data/netcdf/Plain.java:23: cannot resolve
symbol
symbol : class VariableIterator
location: package netcdf
import ucar.netcdf.VariableIterator;