Date: Mon, 17 Mar 1997 23:35:41 -0800
Message-Id: <199703180735.XAA03646@puffin.eng.sun.com>
From: Marianne Mueller <mrm@eng.sun.com>
To: sabba@metropolis.it
Subject: Re: Netscape security problems
I'm sorry, I'm really not familiar with these Netscape security
exceptions. Are you using Microsoft's compiler to compile the codes?
Try using the standard javac compiler from JavaSoft and see if
that compiled code runs on Netscape. Often times, a runtime
method violation error refers to a Verifier check that fails. It
could be that the Netscape verifier is picking up on an actual method
violation; this is a possibility.
As for the client-server connection: this should work fine on
Netscape. If you post to one of the java newsgroups you might find
kindred spirits who can help you debug the Netscape snafus. Try
comp.lang.java.security, or maybe one of the netscape newsgroups.
Or, try contacting Netscape directly.
Marianne