|
From: Massoud K. <ma...@sk...> - 2002-01-08 14:08:36
|
I am new in using jythonc
When I try jythonc with any *.py file I can not build the java class and I
have error like below (in windows environment NT 4.0):
Can somebody help .... many thanks:
EX:
jythonc HelloApplet.py
I receive the following :
processing HelloApplet
Required packages:
java.awt
java.applet
Creating adapters:
Creating .java files:
HelloApplet module
HelloApplet extends java.applet.Applet
Compiling .java to .class...
Compiling with args: ['D:\\Program Files\\JavaSoft\\JRE\\1.3.1\\bin\\javac',
'-c
lasspath',
'f:\\jdk\\jython.jar;;.\\jpywork;;f:\\jdk\\Tools\\jythonc;C:\\massoud
\\.;f:\\jdk\\Lib;f:\\jdk', '.\\jpywork\\HelloApplet.java']
1 java.io.IOException: CreateProcess: "D:\Program
Files\JavaSoft\JRE\1.3.1\bin\
javac" -classpath
f:\jdk\jython.jar;;.\jpywork;;f:\jdk\Tools\jythonc;C:\massoud\
.;f:\jdk\Lib;f:\jdk .\jpywork\HelloApplet.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
|