Tag archives for windows
How to install Jenkins on Windows 10?
What is Jenkins? Jenkins is one of the most popular Continuous Integration (CI) and Continuous Delivery (CD) tool. Jenkins is Open Source written in Java. Jenkins can be used in automation of any task related to build, test and deployment of an application. Prerequisites to Install Jenkins Java - JRE/JDK…
How to install Maven on Windows 10
How to install Maven on Windows 10 In order to install maven on a Windows machine you will need to install JDK first as Maven is a Java based tool. If you are installing Maven then you required JDK version or above. If JDK is already installed on your Windows…
How to install Curl on Windows 10
Here is the step by step guideline to install curl on windows 10 machine. Step 1. Download curl from the official website ;download page. Choose your operating system version. Step 2: After download, extract the zip file and copy ; from src/ folder to your desired directory. In my case I…
How to install Java 8 on Windows ?
Step by step guideline to install JAVA 8 on windows 10. Download the JAVA installer from the official website. Direct link
How to set JAVA_HOME path in Windows 10
I know this is very simple things to do and specially if you are an expert developer :) . But it will be better if we have all the steps in a single place. So here is the step by step guideline to set JAVA_HOME path in Windows 7 /…

