LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 759 users online 224105 members 1157 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
Thanantos
Cool Things: Things
Mood: Romantic
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 52 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic Some help with Java?
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
Majo Posted at 7:34 pm on Sep. 7, 2008
I have a worksheet to fill out and I went over each step and each question but I'm still not sure if I understand them correctly. *newbie*

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:

Code:
C:\Public> javac ILoveJava.java

or just:

Code:
javac ILoveJava.java

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?

Replies
steven7 Posted at 12:17 pm on Sep. 8, 2008
nvm what is said, i didn't read everything
steven7 Posted at 12:16 pm on Sep. 8, 2008
what is java.exe, the code goes into notepad and shows i a web browser
rand0mguy Posted at 3:19 am on Sep. 8, 2008
Quote: from h a t t at 11:46 pm on Sep. 7, 2008

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



true true
h a t t Posted at 11:46 pm on Sep. 7, 2008
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

rand0mguy Posted at 8: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
Majo Posted 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?

h a t t Posted at 7:52 pm on Sep. 7, 2008
it depends what folder you're in. if you're not c:\Public then you'll have to do the former. if you're already in c:\Public then you do the latter.

and the compiler is just javac.exe (java compiler.exe)

the filename should be the same.

All 7 previous replies displayed.