Currently there is a bug in the Eclipse Plugin's "Create New HTML Page" wizard. It throws an exception when you try to click on the finish button (you can see the exception in Eclipse Error Log view).
There is already an issues in GWTs issue tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=6338 In the mean time you can create a (second) new GWT project using the GWT Eclipse plugin and while creating it check the "Generate project sample code" option at the bottom of the wizard. You can then copy the generated index.html file into your project and change the <script src="..."> tag so it points to the correct JavaScript file of your project. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/BWP0l1ILUHMJ. 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.
