eclipse-wildwebdeveloper / wildwebdeveloper

Simple and productive Web Development Tools in the Eclipse IDE
https://projects.eclipse.org/projects/tools.wildwebdeveloper
Eclipse Public License 2.0
189 stars 70 forks source link

Installation fails #1630

Open saddy001 opened 1 month ago

saddy001 commented 1 month ago

Fresh eclipse install, does not work:

Cannot complete the install because some dependencies are not satisfiable
  Software being installed: a.jre.javase 23.0.0
  Software being installed: Wild Web Developer HTML, CSS, JSON, Yaml, JavaScript, TypeScript, Node tools 1.3.6.202405280856 (org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856)
  Cannot satisfy dependency:
    From: Wild Web Developer: web development in Eclipse IDE 1.2.2.202405280856 (org.eclipse.wildwebdeveloper 1.2.2.202405280856)
    To: osgi.ee; (&(osgi.ee=JavaSE)(version=21))
  Cannot satisfy dependency:
    From: Wild Web Developer HTML, CSS, JSON, Yaml, JavaScript, TypeScript, Node tools 1.3.6.202405280856 (org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856)
    To: org.eclipse.equinox.p2.iu; org.eclipse.wildwebdeveloper [1.2.2.202405280856,1.2.2.202405280856]

Tried with Release Build: 4.32 and 4.33M1

Looks similar to https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issues/1558

mickaelistria commented 1 month ago

Try installing JustJ into your Eclipse IDE to get full and better control on the version of Java that it's using to run.

saddy001 commented 1 month ago

Thanks for your comment. What do you mean exactly with "installing JustJ into your Eclipse IDE"? I literally just extracted the .tar.gz, run it from there and then tried to install Wild Developer via the update site. I thought Eclipse would bundle its own Java?

mickaelistria commented 1 month ago

I literally just extracted the .tar.gz

Which .tar.gz do you have in mind here?

I thought Eclipse would bundle its own Java?

It depends on the .tar.gz ;)

saddy001 commented 1 month ago

These: https://download.eclipse.org/eclipse/downloads/drops4/R-4.32-202406010610/ https://download.eclipse.org/eclipse/downloads/drops4/S-4.33M1-202407041800/ https://download.eclipse.org/wildwebdeveloper/releases/latest/

PS: I worked around the issue by using the "Eclipse for PHP developers" version, where it works OOTB. But I prefer bare bones Eclipse and I guess (hope) the dependency conflict is not intentional.

mickaelistria commented 1 month ago

OK, so these do not include their own JRE. I would recommend that you install the bundled JRE from https://download.eclipse.org/justj/jres/latest/ , these should then allow you to install Wild Web Developer without trouble.

saddy001 commented 1 month ago

Ok thanks. It may be a good idea to mention that in the installation instructions (I mean in the head section of) e.g. https://projects.eclipse.org/projects/tools.wildwebdeveloper

Since I have a workaround I don't want test it, but I guess its just adding justj in Eclipse in then it works. If this is the case, ticket can be closed.