0

So i recently installed eclipse for java developers. This one eclipse-java-2020-06-R-win32-x86_64 After installation i tried launching eclipse but it just says this

enter image description here

Anyone know how to fix I installed JDK 14.0.4 and i have the latest java installed since its says theres no updates.

Tried to do some research on it myself some people say to make sure your java version is the same as eclipse version and when i tested i think i have 32 bit java but i have a 64bit computer and i installed 64bit eclipse. I re-installed java and nothing changed still have the error. If anyone knows how to change java from version 32bit to 64 bit that would be helpful

Boken
  • 4,825
  • 10
  • 32
  • 42

2 Answers2

0

You could download the 64bit version from oracle , I hope you know the new license conditions. Also make sure that the jdk bin is correctly there on the PATH in Environment Variables.

This question might also provide you with an answer if the above doesn't work.

ArbitraryChoices
  • 243
  • 1
  • 11
0

According to your logs, you're not running JDK14 instance, but rather, something left in your Common Files\.. folder.

Make sure you have a path to the jdk/bin/folder added into yourPATH` environment variable.

Check it in the Windows OS, via shell, with where java command.

Giorgi Tsiklauri
  • 9,715
  • 8
  • 45
  • 66