0

I wanted to use Android Eclipse in my computer. But there is a problem which is blocking the eclipse.exe from running.

The Java JDK which is required for Eclipse to work, is already available. I have even updated Java to the latest version (1.8). But the problem persists.

Please check the image for the error

enter image description here

As shown in the image, I can't find this path in the specified folder,

...\eclipse\jre\bin\javaw.exe

I also referred to this question but, I have set up %PATH% environment variable to Maven, which, I am using in other projects

What is the issue and how to rectify it ?

Community
  • 1
  • 1
Vijay MaximOff
  • 149
  • 1
  • 12

3 Answers3

0

Just go to google and download the latest java JDK. Its JDK 1.8.

Here is the link Select your os and accept the agreement to start download. Hope it helps.

Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96
Kyrie
  • 53
  • 7
0

Change the path of Javaw.exe in project properties

Shuddh
  • 1,920
  • 2
  • 19
  • 30
0

You should use Android Studio.

Important: Support for the Android Developer Tools (ADT) in Eclipse has ended, per our announcement. You should migrate your app development projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrating from Eclipse ADT.

Filipe Manuel
  • 967
  • 2
  • 14
  • 33