----- Original Message ----- From: "Jim Redman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 2:39 PM Subject: Re: Dictionary vs. Hashtable in XmlRpc.java
> System.getProperty > > also always throws and prints in IE so that causes more problems in > applets. Jim, Would explicitly catching the exception help? It's possible that using java.util.Map, etc. screws JDK 1.x applets anyway. I seem to remember that applet jar/zip files could not contain java.* classes because of security issues. In which case packaging a subset of the Java 2 Collections classes with the applet would not work. John Wilson The Wilson Partnership http://www.wilson.co.uk