Using GWT Widget Library with GWT Support Plugin for NetBeans (GWT4NB)
First add gwt-widgets-x.x.x.jar to Project Library and than add this to Main.gwt.xml:
<inherits name='org.gwtwidgets.WidgetLibrary'/>
Now you can run/compile without the "The import org.gwtwidgets cannot be resolved" error
Resource:
http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.ModuleXml.html
http://gwt-widget.sourceforge.net/
<inherits name='org.gwtwidgets.WidgetLibrary'/>
Now you can run/compile without the "The import org.gwtwidgets cannot be resolved" error
Resource:
http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.ModuleXml.html
http://gwt-widget.sourceforge.net/
Commenti