1. What is the program that compiles java source files?
He had us download jGRASP and Java but we're using jGRASP and a DOS Window to compile our work so would I just write a DOS Window?
2. What is the full command that will compile the java source file you just created?
Is it:
or just:
Or does it not matter?
And, finally...
3. In jGRASP, use the tool bar File, and Save As... Click in the Look In field and find your removable media. The File Name shoudl still say ILoveJava.java so you only need to click Save. What does the edit window have as a title now?
I don't think that changed...that's the title at the top of the window I'm working in isn't it? All it said was ILoveJava.java C:\Public - jGRASP CSD (Java). Would I write the whole thing?
Quote: from rand0mguy at 11:33 pm on Sep. 7, 2008 Quote: from Majo at 8:15 pm on Sep. 7, 2008 Thank you, I really appreciate your help. One more... What is the program that runs compiled java code? java? java.exe? Or something else entirely? JVM or java virtual machine but if she's running it from DOS then it'll be java.exe
Quote: from Majo at 8:15 pm on Sep. 7, 2008 Thank you, I really appreciate your help. One more... What is the program that runs compiled java code? java? java.exe? Or something else entirely? JVM or java virtual machine
Thank you, I really appreciate your help. One more... What is the program that runs compiled java code? java? java.exe? Or something else entirely?
One more... What is the program that runs compiled java code?
java? java.exe? Or something else entirely?
but if she's running it from DOS then it'll be java.exe
and the compiler is just javac.exe (java compiler.exe)
the filename should be the same.