Reputation: 5424
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:
Upvotes: 0
Views: 223
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
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