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