Search:

Type: Posts; User: Majora94

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    OK, does this mean that when the program is run through eclipse, it allows all permissions? But then when you run through the browser it is not allowed unless it is signed?
  2. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    I need the directory to be created on the web server. There are no exeptions thrown when I run.

    When I run the applet through eclipse, it will create the directory fine, but if I run the applet...
  3. Replies
    8
    Views
    1,717

    Re: Reading and writing files in a JApplet

    But if I want to create a directory them I cant specify a file because the directory won't even exist. This will then throw an exception saying the file does not exist.

    The rest of the code is...
  4. Replies
    8
    Views
    1,717

    Reading and writing files in a JApplet

    I want to create a file manager for a web server that will run in the browser. I started by making a simple interface to create a directory in the folder that the java class is run.

    When run, the...
Results 1 to 4 of 4