> I have also tried to run VerySimple example from Prompt of MS-DOS, and i
> have received this message:
> c:\jdk1.3.0_01\visad\examples>java VerySimple
> Couldn't decode attribute y:units="promiscuous": Unit not in database
> Couldn't decode attribute x:units="promiscuous": Unit not in database
> Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/media/j3d/GeometryArray
> at
> visad.util.DataUtility.makesSimpleDisplay(DataUtility.java:297)
> at VerySimple.main(VerySimple.java:45)
This means that you need to install Java3D. See Sun's Java3D pages
for instructions (there is a link from the VisAD web page).
Good luck,
Bill