vote up 1 vote down star
1

Hi! I'm try configure gwt app for debug in Idea. Seems there is no native support in Idea, so I try configure "Java application" manually. I'm set:

Main class: com.google.gwt.dev.HostedMode
Vm parameters: -Xmx256m
Program parameters: -startupUrl test.html ru.shirtmaker.Test
Check to use classpath from current module.

But when I run app, get 404 error in hosted browser. When I see at generated directory structure, there is no needed test.html and other files.

Could somebody help with issue ?

flag

40% accept rate

2 Answers

vote up 0 vote down

I would advise you to jump on IntelliJ 9 Early Access Program. In this release there will be GWT 1.6/1.7 support. I've been using it for a couple of months and it seems fairly stable.

link|flag
vote up 0 vote down

In the Facets section of the Project Structure set the option 'Package generated files into Web Facet' to the Web Facet used by your project and it will find it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.