Search:

Type: Posts; User: NormR

Search: Search took 0.20 seconds.

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

    Also posted at: https://coderanch.com/t/681236/java/Imitating-file-system-Java-absolutely#3195319
  2. Re: Imitating a file system in Java and absolutely stumped by NullPointerException

    Look at line 222 and find the variable on that line that has a null value.
    Print all the variables on that line to see which one is null. Then backtrack in the code to find out why that variable...
  3. Re: Imitating a file system in Java and absolutely stumped by NullPointerException

    Please copy the full text of the error message and paste it here. It has important info about the error.

    The line number where the exception happened is shown in the error message. Look at that...
Results 1 to 3 of 3