From: <bc...@wo...> - 2001-11-09 14:35:38
|
[John Goerzen] >Is it possible to tell Jython where to create the .class files that it >generates on the fly? Try the option python.options.proxyDebugDirectory=d:\\temp\\myproxies Added to your ~/.jython file or the registry file or specified in the properties to the PythonInterpreter.initialize(...) method or specified as system properties on the commandline when starting java. Which to use depends on your environment. When embedding, I suggest the initialize(..) argument way, as in >http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jython/jython/org/python/util/PyServlet.java?annotate=1.11#73 regards, finn |