How to Run Java Program in Command Prompt JDK Installation
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=F3Mh6NS69Z0
This video is about setting up Java Development Kit for java programing in Command Prompt. With this, you donot require any IDE for programming. • Compiling and running/execute java program: • (first go to folder(in cmd) where your HelloWorld.java is present.) • javac HelloWorld.java (This will compile .java file and produce .class file) • java HelloWorld (This will execute java compiled file.) • Command prompt tips: • cd = change directory; ex: cd Desktop • dir = directory listing; it shows all files present in current directory/folder • cd.. = to go back to previous folder • E: = To change drive, simply type drive letter and : • exit = close command prompt • EduPark Krupesh • -Krupesh Anadkat. • • • • Music Licence: • Happy Life by FREDJI / fredjimusic • / fredjimusic • Music promoted by Audio Library • Happy Life – FREDJI (No Copyright Music) • • Contact the artist: • [email protected] • / fredjimusic • / freddeanderson
#############################
