Search:

Type: Posts; User: Vetements

Search: Search took 0.10 seconds.

  1. Re: Imitating a file system in Java and absolutely stumped by NullPointerException

    For copy files:
    java.lang.NullPointerException
    at File3.TestFile.main(BasicFile.java:222)

    For write output

    For get path information:
    java.lang.NullPointerException
    at...
  2. Imitating a file system in Java and absolutely stumped by NullPointerException

    I'm writing a program that vaguely imitates a file system in java and I'm having trouble with my methods and my test class

    So this is my main class.

    I wrote code to:
    1)Open a File
    2) Copy a...
Results 1 to 2 of 2