Search found 3 matches

by Sherwoodforestdude
Tue Mar 16, 2004 12:36 pm
Forum: General
Topic: Clear Screen? Using a program w/o editer
Replies: 6
Views: 995

I have no clue what you said. I dont know which is your compiler or which is your file. So basically tell mewhat to do using the file MyProgram


Thanks
by Sherwoodforestdude
Wed Mar 10, 2004 7:23 pm
Forum: General
Topic: Clear Screen? Using a program w/o editer
Replies: 6
Views: 995

Thanks, i was thinking of the"\n" thing myself. but how will i carry out step 2 "2) I assume you are asking how to run a java app without TP? javac MyFile.java will compile it, java MyFile (no extension even though javac will produce a MyFile.class file" what do i do to create to...
by Sherwoodforestdude
Tue Mar 09, 2004 12:33 pm
Forum: General
Topic: Clear Screen? Using a program w/o editer
Replies: 6
Views: 995

Clear Screen? Using a program w/o editer

I am taking computer programming at high school and last year i took c++ and now i am taking java. I am currently working on a text based game (just with the black screen). I have two questions: 1). How do i clear the screen? 2). How would i make it so i can use it own a computer w/o the text editer...