NedStarkOfWinterfell
NedStarkOfWinterfell

Reputation: 5153

Eclipse not starting GWT instllation

I am running Eclipse 3.7 (Indigo) on RHEL5. I installed GWT plugin from https://developers.google.com/eclipse/docs/install-eclipse-3.7, and it asked me to restart. But it didn't automatically restart, so I tried to start it from command prompt. But it is not launching at all, giving a message like :

Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4

So I tried to follow the instructions at Eclipse(Indigo) launch failed after google app engine plugin install, which in turn refers to this. But even though I have removed the .log file, it is still not launching and throwing the same error. Can naybody tell me what should I do now?

Upvotes: 0

Views: 713

Answers (1)

appbootup
appbootup

Reputation: 9537

We are successfully using Juno Eclipse with GWT 2.5 and GPE -

Juno - SR 1 http://www.eclipse.org/downloads/

GPE - http://dl.google.com/eclipse/plugin/4.2

Reference - https://developers.google.com/eclipse/docs/getting_started

Upvotes: 1

Related Questions