On Oct 22, 2:02 am, Ram kumar <[email protected]> wrote: > I added new jar in the lib directory mvc4g-1.0.0.jar. I am using Controller > class form that jar. When i try to compile the module, i am getting the > below compile time error. Can any body help on this issue.
You need to adjust your gwt.xml file. >From http://code.google.com/p/mvc4g/wiki/HowtoIntegrateMvc4g Insert Mvc4g module to your project: <inherits name='com.mvc4g.Mvc4gModule'/> Choose as an entry-point the Mvc4g Entry point <entry-point class='com.mvc4g.client.Mvc4gEntryPoint' /> Respectfully, Eric Jablow --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
