NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
On my Linux box, I created a script (ncdisplay): #!/bin/sh java -Xmx128m -cp /home/dmurray/visad.jar visad.ss.SpreadSheet -file $1 and in NetScape, I set up my application preferences for netCDF files (.nc, .cdf) to be: /home/dmurray/bin/ncdisplay %s so that when I download a netCDF file in my browser, the VisAD SpreadSheet is launched. The key thing is to make sure the classpath is set in the script. Don > Gianluca wrote: > > Hi, > could someone tells me how I could call SpreadSheet with a > script? > > Thanks, > Gianluca
visad
archives: