The Artima Developer Community
Sponsored Link

Java Answers Forum
Digitally Signed Java Applet works in IE but not Netscape 7.x....

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Meyer

Posts: 1
Nickname: meyer
Registered: Dec, 2003

Digitally Signed Java Applet works in IE but not Netscape 7.x.... Posted: Dec 10, 2003 1:08 PM
Reply to this message Reply
Advertisement
I have a digitally signed applet that needs to brigde the cross domain communications issues inherint with the Java Security "Sandbox".

The applet works as expected in I.E. 6.x but when attempting to load in Netscape, I get an error consistant with what I would expect if the applet was NOT signed.

Here is the error:
Error: java.security.AccessControlException: access denied (java.net.SocketPermission machine.name.com resolve)


Here is the html code I am using to embed the applet:

<applet
code="wrapper.class"
archive="wrapper.jar"
name=wrapper
wid th=0
height=0>
</applet>

When I access the page, it gives me the alert box that you would expect to see when accessing a signed applet (in both browsers) but it just doesnt work in Netscape.

Any tips/tricks?

Thanks,
Chris Meyer

Topic: "javax.net.ssl.keyStore" system property inside a jar package Previous Topic   Next Topic Topic: multi-threaded performance

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use