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.

Re: WINNT installation

>  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


  • 1999 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: