Posts

Showing posts with the label windows10

Visual Studio Code installation in Windows 10 for AngularJS

Image
Visual studio code is one of the open source software which will be good to install for AngulaJS 2 practice. Download the Visual Studio from official website  https://code.visualstudio.com/ . Once download completes, click on the isntallable file to Run the downloaded file and click on Yes to windows to start installation. Click on Next button to continue Visual Studio Code installation. Accept the agreement and click on Next button to continue installation. Choose the installation directory if you want to install in any other directory than the normal installation and click on Next button to proceed further installation. Write the shortcut name which you want to see in Start menu and click on Next button to continue further installation. Select the additional tasks which all should perform and click on Next button. Now, Visual Studio is ready for actual installation. Click on Install button to start installation process. You can see the installtion progress in the

Git installation for AngularJS 2 in Windows 10

Image
Download Git latest version from https://git-scm.com/downloads or you click on the below link to download directly for windows https://git-scm.com/download/win . Once download completes, click on executable file to start installation process and choose Yes to allow the software installation in windows 10. Click on Next button to continue further installation. Browse the isntallation directory and click on Next button to continue. Select the list of components which you want to be installed and click on Next button to proced further installation. Type the shortcut name for Start menu and click on Next button. Select how you want to use the Git and click on Next button. For Windows no need to change anything, let it be the default one. Choose the Use the OpenSSL library and click on Next button. Select how should Git treat line ending in text files and click on Next button. Select which terminal emulator to use with Git and click on Next button. Configure extr

Steps to download and install JDK

Image
As on when we started learning of any new technology, we should know what are the prerequisites to learn that technology. Like from where we can download the required software? and how to install it? Follow reading this article to understand, from where we can download Java JDK software and how to install it in Windows environment? Java has two different layers like JDK and JRE. JDK stands for Java Development Kit and JRE stands for Java Runtime Environment. We need to install JDK for Java development and JRE for executing compiled Java classes. JRE is majorly used in Production environments. Now, you might have the question from where I can download the JDK software? To download the latest version of JDK click here , to download JDK 8 version click here , to download older version click here . We need to accept the license to download the JDK by clicking on Radio button as shown in the below screen, Then click on OS specific link to start download process.              Note: