2

I am trying to import existing Gradle project in Eclipse Java EE IDE and I got this error:

Could not run build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-4.4-bin.zip'.

Please help me out to solve this problem.

Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
Viorica
  • 21
  • 1
  • 2
  • I think this will help you https://stackoverflow.com/questions/57613247/could-not-install-gradle-distribution-from-https-services-gradle-org-distribu – niku Apr 20 '21 at 15:19
  • even this has some solutions https://stackoverflow.com/questions/53887356/eclipse-could-not-install-gradle-distribution-from-https-services-gradle-org – niku Apr 20 '21 at 15:20

1 Answers1

0

I had the same problem while following the Coursera course "Introduction to Software Testing".

To fix it, I had to manually configure the JAVA_HOME variable and install an older version of Eclipse instead of 2021-03 version (Try Eclipse Photon for example).

Also, check if the version of jdk you are using is compatible with your Gradle. For my case, I had to use jdk 8.

Links :

Omar.R
  • 91
  • 10