| The purpose of the NoErrorPython class is to be a directly instantiable
subclass of PythonInterpreter within the COUGAAR framework. Interaction
between COUGAAR's BootstrapClassLoader and JPython's custom ClassLoader
turns out to be fatal (for JPython) unless this class is used.
Note: This implementation is only necessary because of the way jython
keeps track of java packages using system properties.
|