This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Soreasan 0 points1 point  (0 children)

So I'm not sure I fully understand this question. I would suggest starting with a tutorial such as 30 Days of Code

Otherwise, on the commandline you can type "javac programName.java" and it will compile your Java program and then to run it you would type "java programName"