Hi,
I have added the line into my <project>.gwt.xml <inherits name="com.smartgwt.RealtimeMessaging"/>
When I try to run the application in my eclipse environment to test I get:
Loading modules
eti.Triad40
Loading inherited module 'eti.Triad40'
Loading inherited module 'com.smartgwt.RealtimeMessaging'
[ERROR] Unable to find 'com/smartgwt/RealtimeMessaging.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] shell failed in doStartup method
What can I do to fix this?
Never Mind...I found I had indeed forget to put something on my build path...
I have added the line into my <project>.gwt.xml <inherits name="com.smartgwt.RealtimeMessaging"/>
When I try to run the application in my eclipse environment to test I get:
Loading modules
eti.Triad40
Loading inherited module 'eti.Triad40'
Loading inherited module 'com.smartgwt.RealtimeMessaging'
[ERROR] Unable to find 'com/smartgwt/RealtimeMessaging.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] shell failed in doStartup method
What can I do to fix this?
Never Mind...I found I had indeed forget to put something on my build path...