Farvardin
Farvardin

Reputation: 5424

Running GWT DevMode offline

for some reason i do not have internet connection when debugging my GWT project. is internet connection necessary when run a GWT project in DevMode? and can I run my code without internet connection?

when i run the project browser displays: enter image description here

Upvotes: 0

Views: 223

Answers (2)

Braj
Braj

Reputation: 46841

You don't require internet connection for GWT application development once you have installed all the prerequisites as described in below links.

Please have a look at below links and follow it step by step.

Upvotes: 1

Rene Herget
Rene Herget

Reputation: 1526

Yes. You dont need a Internet connection for developing a GWT Application if you have all dependencies like from maven on your PC and you are developing on your localhost machine. You can also debug the gwt-application without a Internet connection.

Upvotes: 0

Related Questions