Failed to create HTML page using GWT plugin for Eclipse

When I create a new GWT project (version 2.3) using the Eclipse plug-in (version 3.5), without including the sample code, I could not create a new HTML page using the new GWT HTML page. It opens a dialog box, I enter the file and module name, but when I click finish, it does nothing! Error or my mistake?

+3
source share
3 answers

This is a gwt eclipse plugin error. Here is the exception:

java.lang.NullPointerException
at com.google.gdt.eclipse.core.ResourceUtils.getResourceAsString(ResourceUtils.java:655)
at com.google.gdt.eclipse.core.ResourceUtils.getResourceAsString(ResourceUtils.java:467)
at com.google.gwt.eclipse.core.wizards.NewHostPageWizard.getDocType(NewHostPageWizard.java:216)
at com.google.gwt.eclipse.core.wizards.NewHostPageWizard.getInitialContents(NewHostPageWizard.java:148)

See error # 6338

+3
source

Try to find in the \ war folder of your project, html files will be placed there.

0
source

.

: GWT . html . . . ( )

0

All Articles