Re: [ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2014-11-10 Thread Piyush
Go to project-Run Configurations-Select Web Application and delete the file.Now run your project as web application.My problem got solved. Also check arguments tab to confirm the path .For com.Myproject.gwt.xml mention com.Myproject in arguments.Sometimes it also gives error because of GWT

Re: [ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2014-11-10 Thread Jim Douglas
Piyush, It rarely makes sense to respond to several-year-old posts, and the original poster said that the problem was resolved. On Monday, November 10, 2014 12:17:06 PM UTC-8, Piyush wrote: Go to project-Run Configurations-Select Web Application and delete the file.Now run your project as

[ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread Aditya
hello, Its been now long time i m using GWT , I am facing some problem with GWT modules. I was having several modules in my application but over the period I updated my application and just wanted to remove some unused stuff from the application. So I deleted the module Student and then i