Jon_E
unread,Aug 12, 2010, 4:35:01 PM8/12/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
How do I launch a project in debug mode in Eclipse that was created
with the command line tool?
- - - Background - - - -
Following the tutorial, I created an application using the command
line:
webAppCreator -out MyWebApp com.mycompany.mywebapp.MyWebApp
Next, I installed the Eclipse plug in. I imported the MyWebApp
project into eclipse.
When I click Projects -> Run As, I do not see an option for "Web
Application" as the tutorial says I should. When I try to compile the
GWT project, I get the message, "MyWebApp is not a GWT project".
When I try to create a debug configuration, the message appears
"Project does not use GWT or GAE".
The gwt-user.jar and gwt-dev.jar of GWT 2.0.4 are both referenced
libraries.
What am I missing?
Thanks in advance.