java - Error in running gwt project with maven dependency using kepler? -
i using kepler 4.3.2 , maven compiler plugin 3.1, gwt 2.6.1 plugin , java 1.7 , tomcat 7.0 using following steps.
- create gwt project
- configure maven prject.
- add dependency in pom.xml.
- add module name in *.gwt.xml file.
- select project->properties->project facets-> dynamic web 3.0 , java 1.7.
- update maven project.
fixing warnings , errors.
still having problem run project invalid thread excess java nullpointerexception.
i want run project on jetty. going wrong?
Comments
Post a Comment