Search:

Type: Posts; User: Sean4u

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    You could use an Applet in a web browser for a file manager - sites like photobox.co.uk do that. If you search for "applet servlet communication" you'll find some sites that explain what needs to be...
  2. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    Post your exceptions. You are running this as an applet in a user browser? Where do you expect the directory to be created - on the web server, or on the user's PC? If the former, you need something...
  3. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    Never, ever, ever use string concatenation on file paths.

    Create a File object that represents the user dir, then use the File(File, String) constructor to create a File object that represents a...
Results 1 to 3 of 3