View Single Post
  #3 (permalink)  
Old 01-06-2008, 08:27 AM
CaptainMorgan's Avatar
CaptainMorgan CaptainMorgan is offline
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 841
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
johnny, welcome to Java Forums!

I had some difficulty locating the "last page of the article", as I could only find one - the one that JavaForums linked to from above. Further, I had trouble finding anything regarding java.io.FileNotFoundException.

As you might be able to surmise, your error simply means your code literally can't find the file in question. Could you elaborate what it is you're having trouble understanding? Attempt to fix it by locating in your code, sometimes a literal string or path, "myFile.txt", "/home/captainmorgan/myFile.txt", etc. and confirm these file(s) actually do exist on your system or are where you are trying to retrieve it from. Lastly, if you are stuck, post some of your code in the General section of this forum titled New to Java, and be sure to code tags when posting your code, it makes for easier reading.

Best of luck.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
to our beloved Java Forums!
(closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Got a little Capt'n in you? (drink responsibly)
Reply With Quote