From: Frank I. <fra...@gm...> - 2001-09-05 17:31:52
|
Hello, Pretty new to Jython, and already faced with a problem. Anyway, looking over the demo programs that come with, and I can't get the example helloworld, or any other, to work. The output trace is attached. All I found in the archive was a hint, that the classpath has to be set, but it seems to be O.K. Any suggestions welcomed... Frank processing hw processing pawt.__init__ Required packages: java.awt java.applet Creating adapters: java.awt.event.WindowListener used in __init__ Creating .java files: hw module HelloWorld extends java.applet.Applet __init__ module Compiling .java to .class... Compiling with args: ['C:\\Programme\\JavaSoft\\JRE\\1.3.1\\bin\\javac', '-classpath', 'C:\\Programm e\\jython20\\jython.jar;;.\\jpywork;;C:\\Programme\\jython20\\Tools\\jythonc;c:\\Programme\\jython20 \\.;C:\\Programme\\jython20\\Lib;C:\\Programme\\jython20', '.\\jpywork\\hw.java', '.\\jpywork\\pawt\ \__init__.java'] 1 java.io.IOException: CreateProcess: C:\Programme\JavaSoft\JRE\1.3.1\bin\javac -classpath C:\Progr amme\jython20\jython.jar;;.\jpywork;;C:\Programme\jython20\Tools\jythonc;c:\Programme\jython20\.;C:\ Programme\jython20\Lib;C:\Programme\jython20 .\jpywork\hw.java .\jpywork\pawt\__init__.java error=2 Consider using the -C/--compiler command line switch, or setting the property python.jythonc.compiler in the registry. ERROR DURING JAVA COMPILATION... EXITING -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net |