You'll just go on command line and you'll have to execute the following commandjavac HelloWorld // for compilationjava HelloWorld // for executionbut make sure you are in the dir where your class is located and jvm isinstalled.