[Jeffrey Drake]
>After trying to compile the code at the end of this message, I get an
>error:
>
>Compiling .java to .class...
>Compiling with args: ['C:\\Program
>Files\\JavaSoft\\JRE\\1.3.1\\bin\\javac',
This indicate that jython was installed with the JRE, not the JDK. A
common problem because javasoft creates a c:\winnt\system32\java.exe
that points to the JRE when installing the JDK. The easiest way to fix
it is to re-install jython by giving the full path to the correct JDK
java.exe:
C:\jdk1.3.1_01\bin\java.exe -cp . jython-21a3
>---
>This program works fine (won't actually run because of applet, but
>doesn't give errors).
>
>BTW, How do I reproduce the static main?
>
>This program is sun's jdk1.3.1_01 on win2k. This uses Java3D.
So the java support in the browser must support Java3D. I just want to
point out that the applet can't run with the default java support in IE
and netscape.
regards,
finn
|