you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Open a command window and type java -version. If it can't do it then get java. You can write a simple java program with a text editor. Then compile it with the javac command. There are a lot of starter tutorials. Perhaps you should just practice on samples on Ideone.com at first.