Hi Ricardo,

You're not catching your exception. Try this:

....

try {

  FileInputStream propFile = new ...

   // The rest of your code

} catch(Exception e) {
  e.printStackTrace();
}

....

Greetings,


On Jul 31, 12:28 pm, Ricardo Hernandez Rivera
<[email protected]> wrote:
> Hi all,
>
> Could you tell me why my FileInputStream objects get the fault showed in
> the attachment.
>
> You can see the txt file is found in the place indicated by the lab. I'm
> using Netbeans 6.5 on Linux Ubuntu 9.04.
>
> The sample downloaded from javapassion site works perfectly fine but the
> same created by my own doesn't it.
>
> Please, someone help me... soon it's coming IO Basic lessons and I will
> be not ready.
>
> Thanks in advance,
> Ricardo
>
>  FileInputStream_error.jpg
> 179KViewDownload
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to