Re: Stuck on .txt files java
What does your code do? What exactly are you stuck on? What confuses you?
Re: Stuck on .txt files java
Quote:
Originally Posted by
KevinWorkman
What does your code do? What exactly are you stuck on? What confuses you?
Well tome i feel like the code is complete and should run and print the out file but when i run it, it runs but prints a blank .txt file
Re: Stuck on .txt files java
And what happened when you stepped through this with a debugger, or added some print statements? Where does the program's behavior start to differ from what you expected?
Re: Stuck on .txt files java
Quote:
Originally Posted by
KevinWorkman
And what happened when you stepped through this with a debugger, or added some print statements? Where does the program's behavior start to differ from what you expected?
well heres the error i receive.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at FileMatrice.main(FileMatrice.java:13)
Re: Stuck on .txt files java
So your code doesn't compile. What's the actual full text of the compiler error? What line does it occur on?
Re: Stuck on .txt files java
Please look here for yesterday's discussion on the same topic: http://www.javaprogrammingforums.com...txt-files.html