How to install and configure JDK8 on Windows 10

0 votes

I am trying to install Jenkins on Windows and one of the pre-requisites according to this, is having JDK installed. How do I install JDK8 on Windows 10?

Feb 28, 2019 in Java by Heena
950 views

1 answer to this question.

0 votes

Hey @Henna, Go to this page 

Accept the license and proceed by downloading it

Once it's downloaded, run the .exe file to install it

Click on next and then finish

Now you'll have to set the Environment path in java

Right click on my computer -> properties -> Advanced System Settings

Click on Environment variables

Click on New, Add variable name as PATH and set the variable value as the path where the JDK is installed

Follow similar steps to set CLASSPATH

Click on OK and close it

Open command prompt and type javac, you will now see that Java has been installed

answered Feb 28, 2019 by Kalgi

Related Questions In Java

0 votes
1 answer

Is it possible to run a java program from command line on windows?How?

  Let's say your file is in C:\myprogram\ Run ...READ MORE

answered Apr 18, 2018 in Java by sophia
• 1,400 points
2,376 views
0 votes
1 answer

How to read and write on an excel files?

Follow these steps: Write: public class User { ...READ MORE

answered May 15, 2018 in Java by Rishabh
• 3,620 points
1,281 views
0 votes
1 answer

How to download Eclipse on a flash drive and use it on a public computer?

To use Eclipse from a flash drive, ...READ MORE

answered Apr 22, 2019 in Java by Omkar
• 69,210 points
5,423 views
+1 vote
0 answers

How to install java on linux operating system?

I read good info about java here ...READ MORE

May 16, 2019 in Java by Vicky

closed May 16, 2019 by Vardhan 503 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,508 views
+2 votes
1 answer
+1 vote
13 answers

How to send HTTP POST requests on Java?

With Apache HttpClient In the old days, this Apache ...READ MORE

answered Dec 10, 2020 in Java by Rajiv
• 8,910 points
157,389 views
0 votes
2 answers

How to play .mp3 and .wav in Java?

We can use Java API to play ...READ MORE

answered Dec 7, 2018 in Java by Sushmita
• 6,910 points
5,394 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP