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.
Hi Andrei, > I have installed VisAD on a SPARCstation-4 with SunOS Rel 5.6 > java is in : /usr/java/ > java version is 1.2.2 > > VisAD is in : /home/diamandi/VisAD/edu/ > /ij/ > /Meta-Inf/ > /ncsa/ > /nom/ > /ucar/ > /visad/ > in .cshrc : setenv CLASSPATH /home/adiamand/VisAD > > I have modified the Makefile to reflect the location of the java directory : > JAVADIR = /usr/java > I "make compile" > and the compiler reports the errors related to the absence of the Java 3D Some classes in VisAD import classes from Java3D, so you need to install Java3D for VisAD to compile. There is a link to Java3D on the VisAD web page under "Prerequisites". The alternative is to download the visad.jar file containing precompiled classes, and add it to you CLASSPATH (don't unpack it). > When I : java SimpleImage, in the .../VisAD/visad/exemples/, I get the > following error: > > "Exception in thread "main" java.lang.NoClassDefFoundError: > SimpleImage/Class" You need to also include "." in your CLASSPATH, to run the classes in visad/examples. Cheers, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hibbard@xxxxxxxxxxxxxxxxx 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html
visad
archives: