Quote:
|
Thats what I'm trying, but I can compile them
|
Do you mean "can
not"? I'll assume you do.
Quote:
|
"just type javac 'file' to compile." Books alittle older so, that doesn't work
|
The age of the book doesn't matter. It will work. You need to type 'javac file.java' from the command line. Open a command prompt and try it. You'll need to specify the path along with the file name or just cd into the appropriate directory.
If you're using TextPad, you can set it up to compile and run Java programs. I'm at work now, so just google the information.