|
From: Hugh_Wallace <Hug...@Ag...> - 2001-09-26 05:29:58
|
After running the installation class all that running jython does is ...
D:\tools\Jython>jython Demo/awt/simple.py
Exception in thread "main" java.lang.IllegalAccessError: try to access
class org
.python.util.CommandLineOptions from class org.python.util.jython
at org.python.util.jython.main(jython.java:63)
This is the bat...
"D:\TOOLS\JDK1.3.1\JRE\bin\java.exe" "-Dpython.home=D:\tools\Jython"
-classpath
"D:\tools\Jython\jython.jar;D:\TOOLS\JDK1.3.1\JRE\lib;%CLASSPATH%"
org.python.ut
il.jython %1 %2 %3 %4 %5 %6 %7 %8 %9
What is wrong ? :-(
|