Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Aysel Kaya   on Oct 04 In Java Category.

  
Question Answered By: Brandon Tucker   on Oct 04

You'll just go on command line and you'll have to execute the following command
javac HelloWorld // for compilation
java HelloWorld // for execution
but make sure you are in the dir where your class  is located and jvm is
installed.

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how to use the compiler Or get search suggestion and latest updates.


Tagged: