4

I am starting with libgdx and recently installed eclipse eclipse GWT plugin (4.2) and other resources. I am struggling with missing GWT options in different places. I tried to search different answers but could not locate an answer on SO. Please forgive me in case of duplicacy of question.

Here is the snapshot of the installation - enter image description here

  1. The 'Google' and GWT options are missing from preferences page -
    enter image description here

  2. The GWT compile and 'Run as Web Server' options are also missing - enter image description here

EDIT Added plugin snapshot as requested in comments - enter image description here

Anshu
  • 7,783
  • 5
  • 31
  • 41
  • Have you created any GWT project and imported in Eclipse? – RAS Dec 29 '14 at 08:58
  • I imported an already created GWT project in eclipse, but cannot GWT compile it as I cannot find any option. – Anshu Dec 29 '14 at 15:22
  • When you restart Eclipse, if you navigate to the error log (Window -> Show View -> Error Log) do you see anything there? – Rajeev Dayal Dec 29 '14 at 20:16
  • Also, can you add a screenshot of the "Plugins" tab for Installed Software? Sort by plugin id - I'm curious if the com.google.gwt plugins are listed. – Rajeev Dayal Dec 29 '14 at 20:17
  • I think it's better to reinstall the plugin. – Momo Dec 30 '14 at 02:43
  • @RajeevDayal- No error in error log regarding plugin and added the snapshot of plugins tab as well. – Anshu Dec 30 '14 at 16:50
  • @outellou - No progress even on installing plugin. Please note that I have tried it on multiple installations of eclipse for same behaviour, did not get any error upon installations either. – Anshu Dec 30 '14 at 16:50

4 Answers4

2

For anyone who is facing similar issue. It seems like the GWT plugins does not function properly for lower versions of eclipse. I installed eclipse kepler, installed plugins (4.3) and everything is working as desired.

Anshu
  • 7,783
  • 5
  • 31
  • 41
  • I had Kepler running with the GWT Plugin and installed Luna with that respective Plugin. Luna did not work. It's like the plugin was never installed. I went back to using Kepler. (I've use used Eclipse I & J without trouble in the past) – BuvinJ May 01 '15 at 14:24
1

I know its late .I too faced same kind of issue and resolved it . I was having eclipse Kepler version 32-bit but my Java version was 64 bit . I uninstalled the current JRE and installed 32-bit . Now I was able to see GWT in eclipse.

Rashmi
  • 271
  • 1
  • 2
  • 11
0

If somebody is still struggling with it, there is another layer to this problem now. You need 32 bit Java SDK 8 AND 32 bit eclipse for the addon to work. Last 32 bit eclipse release for Windows was, I believe, the 2018-09 (4.9.0) one. Abandon all hope all who are forced to work with GWT in 2022.

Michał Sadowski
  • 1,946
  • 1
  • 11
  • 24
0

I successfully installed the GWT Eclipse Plugin 3.0.0 in Eclipse 4.16, but was also missing the various menu options. Glancing at the error log (Window > Show View > Error Log) showed a GWT Plugin error who's details contained this: Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))". Running Eclipse under Java 11 (previously Java 8) resolved the error and the GWT menu options now appear as they should.