The Artima Developer Community
Sponsored Link

Java Answers Forum
Applets writing to a text file

1 reply on 1 page. Most recent reply: Mar 8, 2003 3:37 PM by Charles Bell

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
sunilgiri

Posts: 7
Nickname: sunilgiri
Registered: Feb, 2003

Applets writing to a text file Posted: Mar 1, 2003 2:36 PM
Reply to this message Reply
Advertisement
IS there any way to write to a text file using an applet?
I know one option that is by using a cgi script an applet can write to a text file existing inside a webserver is there any other ways for performing this task?

thanks in advance,
regards
Sunil


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Applets writing to a text file Posted: Mar 8, 2003 3:37 PM
Reply to this message Reply
It is normally prevented by the java security manager.
Unless you are willing to pay several hundred dollars for a developer certificate from Thawte or Verisign to digitally sign your applet, you are not going to be able to do it directly with an applet.
Programs set up on a server such as a cgi program, php script, java servlet, or jsp page can easily do those things.

Applets are expressing designed NOT to.

Flat View: This topic has 1 reply on 1 page
Topic: Please help with school project Previous Topic   Next Topic Topic: java with maple help (runtime)

Sponsored Links



Google
  Web Artima.com   

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