Need java/mac help asap

orko

Registered
I am new the the mac and java programming. I have a program due this Tuesday and I need to read data from a file. How do I go about this. I am using NetbeansIDE 3.4. the file is just a .rtf and I have it in my user folder.
 
Pick up any java textbook and look up file input streams. I am just learning this bit myself, and it is a little to detailed to post here. You'll need to have an understanding of how to handle exceptions as you can't put in a file input stream without catching certain types of exceptions such as file not found or disk errors.
 
Back
Top