Urdu JDK Installation and JAVA HOME Setting Window 10
Автор: CodingHelpLine
Загружено: 2020-10-07
Просмотров: 48
Learn Java in Urdu - Beginner Series
Software Installation:
=================
To develop #Java codes we need to install Java development Kit– Java development Kit.
Currently JDK 14 is the latest Java development Kit that you can download from this URL from oracle website. https://www.oracle.com/java/technolog...
We can write Java code in any Text Editor such as Notepad on windows. But using an IDE (Integrated Development Environment) has various advantages like INTELLISENSE support, Syntax color, formatting etc.
I am going to use Visual Studio Code that is an excellent light weight IDE. You can download this IDE from Visual Studio Website. https://code.visualstudio.com/download
After installing Visual Studio Code, install “Java Language Pack” to install Java Support in the IDE.
Setting JAVA_HOME in Window 10
============================
= Once Java development Kit has been installed. Set the environment path to make Java development Kit available across computer.
= To Set the JAVA_HOME follow steps.
Right click “This PC” in Window Explorer = Properties
= From Properties window click “Advance System Settings” = Environment Variables.
= In Environment Variable window create new System Variable JAVA_HOME and set its value to point to Java development Kit installation directory.
= Edit Path and add new Path %JAVA_HOME%\bin.
= Click OK to Close all windows.
Test Java development Kit Installation:
===============================
Open Command Prompt
Enter command java –version
Enter Command javac–version
Both these commands will display Java Installation information and available option to execute these commands.
#Java
#Coding
#Programming
#FirstProgram
#100DaysOfCoding
#NewCoders
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: