Creating a GWT runtime configuration in Eclipse

2010-09-03 Thread Julius
Hi, I am using Eclipse for my GWT project, but it's just a regular Java project. I'd like to turn it into a GWT project so that I can use the Eclipse debugger. I am trying to create a GWT run configuration to accomplish this, but without success. The Main tab in Eclipse's Run Configurations menu

Re: Creating a GWT runtime configuration in Eclipse

2010-09-03 Thread Chris Conroy
You need to set the GWT Nature on the project. Right Click - Google - Web Toolkit settings - Use Google Web Toolkit (and select the SDK you want to use) On Fri, Sep 3, 2010 at 1:23 PM, Julius julius.kle...@gmail.com wrote: Hi, I am using Eclipse for my GWT project, but it's just a regular