reset password
Author Message
ajx500
Posts: 12
Posted 18:13 Feb 08, 2013 |

so everything looks good, i just can't get my file reader to see the txt file i uploaded. there is a copy of the txt file in every folder, i just need to fix this

BufferedReader in = new BufferedReader(new FileReader("DrivingTest.txt"));

 

i've tried about 20 different paths. maybe i need to change my file reader....

shussain
Posts: 21
Posted 18:15 Feb 08, 2013 |

well u can use following path::

/tmp/DrivingTest.txt in that way only..

talisunep
Posts: 140
Posted 18:15 Feb 08, 2013 |

i think you might want to use this path as instructed by professor sun on your bean
/tmp/DrivingTest.txt

Lab2
http://csns.calstatela.edu/submission/description?assignmentId=4438297

ajx500
Posts: 12
Posted 18:30 Feb 08, 2013 |

thank you very much!