Originally posted by Brad Cantrell:
...Not being able to get programs to compile has been a major block in teaching myself to program...
Get used to it. Compiler errors are a fact of life, even for professional programmers. It is very annoying to spend half an hour trying to fix a compiler error to finally figure out that you just forgot a semi-colon somewhere.
Of course, I'm talking about compiling the code I wrote myself here. It's probably even more frustrating when code from a book won't compile. However, when this happens for me, my first assumption is that I typed it incorrectly. Of course, even then, it is difficult to find the error even when you are carefully comparing with the code listing from the book.
Anyways, I hope you are enjoying learning how to program in Java. Please feel free to ask questions here often. In particular, learning what the compiler errors mean is a great skill to develop.
Keep Coding!
Layne