0

I downloaded the latest version of 64-bit Eclipse Neon for my Windows 10 recently. However after extracting the file, when I'm clicking on the eclipse application, the eclipse page shows on the screen and stays for a long time and automatically closes. After a while, I get an error message Window with the starting code I've provided. My OS is 64 bit, I installed a 64 bit java version as the previous problem was that my JDK was 32 bit. The Eclipse version is also 64 bit. Some help would be really appreciated!

eclipse.buildId=4.6.3.M20170301-0400
java.version=1.8.0_211
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product 
org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.equinox.ds 2 0 2019-06-06 17:52:52.857
!MESSAGE [SCR - WorkThread] Timeout occurred! Thread was blocked on 
processing [QueuedJob] WorkPerformer: 
org.eclipse.equinox.internal.ds.SCRManager@5294a57c; actionType 1

!ENTRY org.eclipse.equinox.ds 2 0 2019-06-06 17:52:53.232
!MESSAGE [SCR] Enabling components of bundle org.eclipse.ui.trace did not 
complete in 30000 ms 
  • can you open cmd and type `java -version`, which java version is installed, is it 32 bit/64bit? – dkb Jun 06 '19 at 11:38
  • Also which OS version is 32 bit or 64bit?, this will be helpful: https://stackoverflow.com/a/41441870/2987755 – dkb Jun 06 '19 at 11:39
  • java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) Client VM (build 25.144-b01, mixed mode, sharing) My OS is 64bit. – Ashwin Srivastava Jun 06 '19 at 11:41
  • Okay, so the problem is that my Java version is a 32 bit version, whereas it should be a 64 bit version. Am I correct? – Ashwin Srivastava Jun 06 '19 at 11:48
  • Eclipse and Java must both be 64 bit or both 32 bit, you can't mix them. Also note that Eclipse Neon is 5 releases and 3 years out of date. Eclipse 2019-03 is the current version (soon to be 2019-06). – greg-449 Jun 06 '19 at 12:07

0 Answers0