Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

applet security

  Asked By: Hondo    Date: Oct 07    Category: Java    Views: 521
  

I have seen some applets that ask for user permission to
do disk access, or get network connections.
I can't access network or files in my applets becuase of
securtiy, I know I can change the privleges for my
JVM but I want others to be able to use the program, how do
I get permissions from the user in applets, a simple
sample would be the best, in addition to perhaps a small
explaination how it works if it is complicated.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Adalwen Fischer     Answered On: Oct 07

Checkout http://www.suitable.com/Doc_CodeSigning.shtml. It has become
the standard reference on code signing. Very good information on
signing for Netscape and IE.

 
Answer #2    Answered By: Dylan Evans     Answered On: Oct 07

I made an applet  (it audio records reads from and writes to a file )
and it worked in the
applet viewer,but not in browser.You now what can I do?Only for
testing purpose,first.(I don't want buy certificates now!)

 
Answer #3    Answered By: Kerry Wright     Answered On: Oct 07

u can generate your own (untrusted but it works) certificates with java keytool
.
u must update the keystore database of your pluggin installation. And the last
thing u
have to do , is sgining your applet  jar ve jar signer utility.

Try to search for keytool, jarsigner and keystore.

 
Didn't find what you were looking for? Find more on applet security Or get search suggestion and latest updates.




Tagged: