Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
> java.lang.UnsatisfiedLinkError: no GoesRetrieval in shared library > path > at java.lang.Runtime.loadLibrary0(Runtime.java:429) > at java.lang.System.loadLibrary(System.java:638) > at visad.paoloa.GoesRetrieval.main(GoesRetrieval.java:99) You need to make sure the system can find libGoesRetrieval.so by adding the appropriate directory to your LD_LIBRARY_PATH Something like this should work: cd visad/paoloa LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd` export LD_LIBRARY_PATH Or, if you're using 'csh': cd visad/paoloa setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH\:`pwd`
visad
archives: