About Eclipse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

About Eclipse

I'm finding it hard to install Eclipse, says I need a 64-bit Java virtual machine. I tried to get it, after being redirected to the Oracle site, and I was truck in the process. At the Sign up for an Oracle account, it became unclear. Please where do i head from there?

4th Jun 2020, 9:21 PM
Inokarare Odey-Osha
Inokarare Odey-Osha - avatar
2 Answers
+ 3
Alright first of all you need JDK which is JAVA DEVELOPMENT KIT - jre is JAVA RUNTIME ENVIRONMENT which comes bundled with the dev kit. Then you need to let your operating system know WHERE jdk is located using System environment variables Here's how you do that: Java 14 jdk (current build) can be found here: https://www.oracle.com/java/technologies/javase-jdk14-downloads.html If you're on windows, press the Windows key and start typing "environment" in the search bar, you'll find system environment variables - you need to add jdk as a new variable and set its name to PATH Detail instructions: https://www.java.com/en/download/help/path.xml (also check some YouTube videos if you get confused, this part is kinda complicated fist time round) Last, eclipse will ask again which version of java you have installed so it knows where to find it
4th Jun 2020, 9:32 PM
HNNX 🐿
HNNX 🐿 - avatar
0
Thank you HNNX
4th Jun 2020, 10:06 PM
Inokarare Odey-Osha
Inokarare Odey-Osha - avatar