View Single Post
Old 08-01-2006, 01:22 PM   #11 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

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.
jaeusm is offline