Compiling Java Programs using the Command Line

Опубликовано: 11 Ноябрь 2019
на канале: Easy Learning
284
7

How to run a java program
Open a command prompt window and go to the directory where you saved the java program (MyFirstJavaProgram.java). ...
Type 'javac MyFirstJavaProgram.java' and press enter to compile your code. ...
Now, type ' java MyFirstJavaProgram ' to run your program.
You will be able to see the result printed on the window.


Смотрите видео Compiling Java Programs using the Command Line онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Easy Learning 11 Ноябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 284 раз и оно понравилось 7 людям.