How to run Java programming in command prompt || How to run java program in Notepad || MrX Coding

Published: 06 October 2022
on channel: Coding With MrX
112
15

Check Java Version on Windows Using Command Line:-

•Open the Windows Start menu in the bottom-left corner and type cmd in the search bar.

•Then, open the Command Prompt once it appears in the search results.

•A new window with the command prompt should appear. In it, type the command
"java --version" and hit Enter.



How to write java code in Notepad:-

•Open the notepad and write a Java program into it.

•Save the Java program by using the class name followed by .java extension.

•Open the CMD, type the commands and run the Java program.




Java in Command prompt :-

Open a command prompt window and go to the directory where you saved the java program (simple Program.java). ...

Type 'javac simpleProgram.java for compiling the java code

Now, type ' java simpleProgram ' to run your program.

You will be able to see the result printed on the window.


On this page of the site you can watch the video online How to run Java programming in command prompt || How to run java program in Notepad || MrX Coding with a duration of hours minute second in good quality, which was uploaded by the user Coding With MrX 06 October 2022, share the link with friends and acquaintances, this video has already been watched 112 times on youtube and it was liked by 15 viewers. Enjoy your viewing!