|
From: Jeff F. <jc...@ho...> - 2001-03-19 02:47:01
|
Under Win2K SP1, the simple jpython loader test fails. http://jython.sourceforge.net/applets/index.html Using Netscape 4.76. Here is the Java Console: Netscape Communications Corporation -- Java 1.1.5 Type '?' for options. Symantec Java! ByteCode Compiler Version 210.065 Copyright (C) 1996-97 Symantec Corporation # Applet exception: class accessLog could not be loaded # Applet exception: class accessLog could not be loaded # Applet exception: class accessLog could not be loaded # Error: Invalid digital signature file (-7885) # jar file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jzip85UV.TMP # path: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jzip85UV.TMP # Error: internal error - error in manifest file (-1) # jar file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jzip85UV.TMP # path: /applets/ # Applet exception: exception: java.lang.NullPointerException java.lang.NullPointerException at org.python.core.PySystemState.initStaticFields(Compiled Code) at org.python.core.PySystemState.initialize(Compiled Code) at org.python.core.Py.initProperties(Compiled Code) at org.python.core.Py.initProxy(Compiled Code) * at HelloWorld.__initProxy__(Compiled Code) at HelloWorld.<init>(Compiled Code) at netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compiled Code) at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code) at java.awt.EventDispatchThread.run(Compiled Code) at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled Code) |