Thread: How do I fix this FileNotFoundException (Java)?

Results 1 to 7 of 7
  1. #1 How do I fix this FileNotFoundException (Java)? 
    Registered Member
    Join Date
    Sep 2015
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    How do I fix this error? Please help!

    find the path specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at client.SetNewMaps(client.java:80)
    at client.startUp(client.java:8754)
    at RSApplet.run(RSApplet.java:33)
    at client.run(client.java:6027)
    at java.lang.Thread.run(Unknown Source)
    java.io.FileNotFoundException: C:\Specdout\Data\Animation\flo.dat (The system
    cannot find the path specified)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.Fi1eOutputStream.<init>(Unknown Source)
    at Update.unZipFile(Update.java:66)
    at Update.<init>(Update.java:29)
    at client.streamLoaderForName(client.java:4742)
    at client.startUp(client.java:8764)
    at RSApplet.run(RSApplet.java:33)
    at client.run(client.java:6027)
    at java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

  2. #2  
    Hollow Realm

    Join Date
    Sep 2013
    Posts
    295
    Thanks given
    12
    Thanks received
    11
    Rep Power
    1
    The error usually explains what the error is.. I spotted it literally within half a second if just glancing at it.

    "java.io.FileNotFoundException: C:\Specdout\Data\Animation\flo.dat (The system
    cannot find the path specified)"
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Sep 2015
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Yeah I get that but the file is in there, it's somewhere in the code and I'm not entirely sure where.
    Reply With Quote  
     

  5. #4  
    Hollow Realm

    Join Date
    Sep 2013
    Posts
    295
    Thanks given
    12
    Thanks received
    11
    Rep Power
    1
    Well obviously if it's saying file not found, it's not found. It could be in the code and trying to initialize, but it can't because the file isn't found, throwing the exception at you.
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Sep 2015
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    What file would it be located in? RSSApplet.java? I've checked the cache and the animation folder and the flo.dat is in there.
    Reply With Quote  
     

  7. #6  
    Hollow Realm

    Join Date
    Sep 2013
    Posts
    295
    Thanks given
    12
    Thanks received
    11
    Rep Power
    1
    First off, navigate to C:\Specdout\Data\Animation\flo.dat and start from the begining. If that actually exists, search for flo.dat in your search option, it's literally self explanatory.
    Reply With Quote  
     

  8. #7  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    C:\Specdout\Data\Animation\flo.dat ...... Follow the breadcrumbs
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 0
    Last Post: 06-02-2014, 05:30 PM
  2. How do I fix this? Luls
    By Swarfega in forum Help
    Replies: 28
    Last Post: 07-02-2009, 07:58 PM
  3. How do I fix this initialize error?
    By Hyperventilate in forum Help
    Replies: 1
    Last Post: 04-17-2009, 05:20 AM
  4. Replies: 5
    Last Post: 02-09-2009, 01:24 AM
  5. Replies: 4
    Last Post: 03-10-2008, 01:09 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •