Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sdumitru

    File read permission error for an applet

    I'm sorry I wasted your time with this post. I found out the way to do the reading of the file on the server, the code was very simple, as I expected: URL fileURL = null; InputStream in; try { fileURL = new URL("http://IPAddress:8080/fileToRead"); } catch (MalformedURLException e) {...
  2. sdumitru

    File read permission error for an applet

    First of all, thank you for your quick response, sedj! I read about signed applets, but this seems to be a little too complicated for what I have to do. I don't want to access the local file system on the computer on which the browser is running, all I need is to read a file from the directory...
  3. sdumitru

    File read permission error for an applet

    I have the following problem: I cannot get an applet to read from a file, even though it is located in the same directory (the ROOT directory of the Tomcat installed by the J2SDK 1.4.2_04). It has something to do with Tomcat permissions, because I get the following error...

Part and Inventory Search

Back
Top