The Artima Developer Community
Sponsored Link

Java Answers Forum
applet

1 reply on 1 page. Most recent reply: Aug 19, 2002 1:45 AM by Javed

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 1 reply on 1 page
Maysoon

Posts: 64
Nickname: hm
Registered: Mar, 2002

applet Posted: Aug 18, 2002 12:57 AM
Reply to this message Reply
Advertisement
hi all...


i have a client/server chat application that uses jmf packege in voice chat the application is work fine but when i convert it to an applet the following exception arises:

Exception:java.security:access denied java.lang.propertypermission
user.dir read


please tell me what to do with this problem


Javed

Posts: 15
Nickname: javedm
Registered: Aug, 2002

Re: applet Posted: Aug 19, 2002 1:45 AM
Reply to this message Reply
Hi Maysoon,

Are you trying to read properties file form your applet.

An applet CANNOT access local files and resources. To make it happen you have to use signed applets.

Flat View: This topic has 1 reply on 1 page
Topic: Convert Java program into C program Previous Topic   Next Topic Topic: three tiers

Sponsored Links



Google
  Web Artima.com   

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