From: <bc...@wo...> - 2001-08-24 18:44:11
|
[Brian Zhou] >I know jython works with MS jview, how does it solve the boot.class.path? It requires that clspack -auto have been run. That places all classes in a classes.zip file that is available on the "java.class.path" system property: Jython 2.1a3 on java1.1.4 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> import java >>> for p in java.lang.System.getProperty("java.class.path").split(";"): ... print p ... C:\WINNT\java\trustlib\ C:\WINNT\java\classes\classes.zip C:\WINNT\java\classes\ D:\jython\jython-2.1a3-jview\ regards, finn |