I am currently trying to migrate smartGWT 4.0 sample project callled BuiltinDS to Maven through Eclipse, with the following characteristics:
Attachments:
Pom.xml
BuiltinDs.gwt.xml
BuiltinDS.html
The compilation is successful, but when I run a configuration of type GWT Development Mode (CodeServer) the console gives me the following and the application does not launch.
- Smartgwt version 4.0-pro
- GWT version 2.8.1
- JDK java 1.8
- Eclipse version 2021-03
- SmartGWT libraries are in NEXUS
Attachments:
Pom.xml
BuiltinDs.gwt.xml
BuiltinDS.html
The compilation is successful, but when I run a configuration of type GWT Development Mode (CodeServer) the console gives me the following and the application does not launch.
Comment