From: Don C. <don...@em...> - 2001-06-18 20:08:28
|
to enable the Java console in IE 5 Tools -> Internet Options -> Advanced [Tab] Go to the Microsoft VM section and check "Java Logging Enabled" restart IE There should be a java console menu under the view menu The security problem with IE is the applet is probably trying to read a configuration file on the hard drive? A stack trace may tell you more. java.util.HashMap is JDK 1.2 use java.util.HashTable > -----Original Message----- > From: ron greene [mailto:rg...@un...] > Sent: Monday, June 18, 2001 4:54 PM > To: jyt...@li... > Subject: [Jython-users] Re: JDK 1.1.8 [was JDK Recommendation] > > > I downloaded JDK 1.1.8 as suggested and eventually was > able to produce a > simple applet that extends one of my classes and loads in Netscape > (eventually!) and IE. Each gave errors, however, described > below. Can someone > tell me why these are occuring, and what I should do about them? > > Under IE, I don't know how to capture the output from the > Java Console, but > the messages were > > com.ms.security.SecurityExceptionEx[org/python/core/Py.initPro > perties]: Unable > to access system properties. > > as well as a message indicating an inability to find the > java.util.HashMap > class (as with Netscape, below) > > > > Under Netscape: > Netscape Communications Corporation -- Java 1.1.5 > > Type '?' for options. > > Symantec Java! ByteCode Compiler Version 210.065 > Copyright (C) 1996-97 Symantec Corporation > # Error: Invalid digital signature file (-7885) > # jar file: C:\DOCUME~1\ron\LOCALS~1\Temp\jzipB72T.TMP > # path: C:\DOCUME~1\ron\LOCALS~1\Temp\jzipB72T.TMP > # Error: internal error - error in manifest file (-1) > # jar file: C:\DOCUME~1\ron\LOCALS~1\Temp\jzipB72T.TMP > # path: /D|/HomePage/Illuminations/Java/ > # Verifier error > org/python/core/InternalTables2.commitTemp()V: Cannot find > class java/util/HashMap > # Verifier error > org/python/core/MakeProxies.makeProxy(Ljava/lang/Class;Ljava/u > til/Vector;Ljava/lang/String;Lorg/python/core/PyObject;)Ljava/ > lang/Class;: > Cannot find class org/python/compiler/ProxyMaker > java.lang.NullPointerException: invalid peer > > at java.awt.Component.hide(Compiled Code) > > * at > netscape.applet.DerivedAppletFrame$DestroyAppletEvent.dispatch > (Compiled > Code) > > at > java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code) > > at java.awt.EventDispatchThread.run(Compiled Code) > > at > netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.r > un(Compiled > Code) > > > > > > > > > Message: 5 > > From: Don Coleman <don...@em...> > > To: 'ron greene' <rg...@un...>, > jyt...@li... > > Subject: RE: [Jython-users] JDK recommendation > > Date: Mon, 18 Jun 2001 09:11:13 -0400 > > > > You should still be able to download JDK1.1.8_007 from Sun, > but I think > > 1.3.1 will work fine as long as you don't use any of the > 1.2 specific > > classes (e.g. Swing, Collections, etc). > > > > > -----Original Message----- > > > From: ron greene [mailto:rg...@un...] > > > Sent: Monday, June 18, 2001 10:04 AM > > > To: jyt...@li... > > > Subject: [Jython-users] JDK recommendation > > > > > > > > > I'm a new would-be convert to Jython. I've been developing a > > > series of > > > Java applets for physics education, and think that I would be more > > > productive (eventually) with Jython. I got my Jython > installation up > > > and running with Sun's SDK 1.3.1, but then discovered > > > (obviously should > > > have thought about this) that what I produce with it does not > > > run under > > > IE 5.x or Netscape 4.7x, the two most common browsers for > my audience. > > > I need a recommendation for a 1.1 JDK that someone has > actually tested > > > with the above browsers. Thanks. > > > > > > ron greene > > > > > > > > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-users > > |