gwt-plugins / gwt-eclipse-plugin

GWT Eclipse Plugin Documentation
http://gwt-plugins.github.io/documentation/
Eclipse Public License 1.0
113 stars 48 forks source link

Installation fails on Eclipse 2023.12 #480

Closed johnthuss closed 6 months ago

johnthuss commented 6 months ago

The plugin won't install on the current Eclipse version 2023.12 because the plugin for java.inject is missing. It fails with this error: requires 'osgi.bundle; javax.inject 1.0.0' but it could not be found

I was able to copy these two files over from a previous Eclipse installation and then I could install the GWT Plugin: /Applications/Eclipse.app/Contents/Eclipse/plugins/javax.inject_1.0.0.v20091030.jar /Applications/Eclipse.app/Contents/Eclipse/plugins/javax.inject.source_1.0.0.v20091030.jar

protoism commented 6 months ago

The problem has been fixed on main branch You may use the CI artifacts.

This is the build: https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/7872612432

This is a direct link to a downloadable repository https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/7872612432/artifacts/1238411002

Here a link on how to install from zip file https://stackoverflow.com/questions/5482554/how-to-install-plugin-for-eclipse-from-zip

eliasbalasis commented 6 months ago

This is a repetition of #474