Search:

Type: Posts; User: Junky

Search: Search took 0.11 seconds.

  1. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    That might not always work. The JVM will look for the file relative to the working directory and not relative to the class file. The working directory may be different to the location of the class...
  2. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    I cannot see you screen therefore I have no idea what your code looks like, what your file looks like, where your file is located. Basically I am relying on information provided by you which is next...
  3. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    Did you fail to read the last sentence?
  4. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    Isn't the exception self-explanatory? The JVM cannot find the file. Either you have misspelled the name or the file is not in the correct location (most likely reason). Try using an absolute path...
Results 1 to 4 of 4