Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

[no subject]

For my project I can start from scratch or modify one of the existing
examples.  I am playing with both methods.  However, when I modify
GoesRetrieval.java and place

    import visad.data.netcdf.*;

near the top of GoesRetrieval.java and

    Plain plain = new Plain();

    FlatField netcdf_data = (FlatField) plain.open("equinox.nc");

just before 

    DisplayImplJ3D display1 = new DisplayImplJ3D("display1");

I get

    javac GoesRetrieval.java
    GoesRetrieval.java:311: JAVAC MESSAGE FILE IS BROKEN: 
key=javac.err.constructor.excemption, arguments=java.io.IOException, null, null
        FlatField netcdf_data = (FlatField) plain.open("equinox.nc");
                                                          ^
                                                          1 error

Can someone clue me into what this error means?

 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690