Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    1,723

    [SOLVED] Re: Buffered writer in a .jar file

    Are you talking about what MS calls UNC paths? (Uniform Naming Convention) that use \\ at the start?
    The File class supports them and you can access the files just like files at any other path....
  2. Replies
    8
    Views
    1,723

    [SOLVED] Re: Buffered writer in a .jar file

    That sounds like a client connecting to a server.
    The server has the .dat file on its local disk. The clients do their accesses to the file by making requests to the server.
  3. Replies
    8
    Views
    1,723

    [SOLVED] Re: Buffered writer in a .jar file

    I'm not sure you can update the jar file while executing classes that are in that jar file.
    Where else can you store your data so you can update it?
  4. Replies
    8
    Views
    1,723

    [SOLVED] Re: Buffered writer in a .jar file

    Are you trying to update the jar file that the code is executing from?
    I'm not sure you can do that. The file to be updated needs to be outside of the jar file.
    You do not need a JDK to execute a...
Results 1 to 4 of 4