> Thanks for the tip. but unfortunately, nmake did not compile right
>either.
>
>C:\visad\visad>"c:\program files\devstudio\vc\bin\nmake" -f Makefile.WinNT
>compile
>
. . .
> javac -J-mx32m *.java
>The name specified is not recognized as an
>internal or external command, operable program or batch file.
>NMAKE : fatal error U1077: 'javac' : return code '0x1'
>Stop.
Make sure that you have installed JDK 1.2 and that Java's BIN directory
is in your path. To test it, type:
java -version
which should print something like:
java version "1.2"
Classic VM (build JDK-1.2-V, native threads)
Be sure to include C:\visad and . in your CLASSPATH variable; i.e.,
set CLASSPATH=C:\visad;.
Otherwise, many VisAD applications will fail to run.
Also, to use 3-D displays in VisAD, you must install Java3D in addition
to the JDK.
Let the list know if you are still having trouble.
-Curtis