Categories
Go

install go lang in windows

In this article, We will learn to install go lang in windows

GO lang is created by Google in 2007. It is the most prominent language now. It is easy to build fast and scale massive application

It is an open-source programming language supported by Google. Most of the cloud providers like google cloud, AWS, azure are supporting go lang in their ecosystem

Download MSI package

  1. Navigate to the this URL https://go.dev/doc/install 
  2. Click on the Download Go for Windows as like with below image 
  3. Now your download will get start automatically and ready to install
  4. Click on the downloaded .msi file
  5. Click on the next button on the installer prompt 
  6. Click the next for the consequtive steps.
  7. Once you installed you will get below screen in the installer prompt 

Verify the installation

Once you finished the installation you can verify the go lang via command prompt
Open the command prompt and run this command

go version

Categories
java

How to install Java in Windows


Prerequisites

  • Windows 10 Operating System
  • Download Access
  • Oracle account
  • Administrator access on windows

Step 1

Download JDK from Oracle website
URL : https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Open Above URL and navigate to Java SE Development kit

Step 2

Accept license agreement
Click on the jdk-8u231-windows-64.exe

 

Step3

Login into oracle,if you don’t have oracle account signup and download the file

Step 4

Once you downloaded the file, right click and select run as administrator

Step 5

Click Next to initialize your installation

Step 6

If you want to change the JDK installation path click on change button( here we didn’t changed the path
Click Next button to proceed installation

Step 7

If you want to change JRE path click on change button (Here we are not changing the path)
Click Next button to proceed

Step 8

That’s it, we are done with the installation
click on close button to complete your installation

 

That’s it !!