Vicky
Vicky

Reputation: 93

GWT application run without browser plugin

How can I run gwt application without any browser plugins?

Upvotes: 1

Views: 1110

Answers (1)

Adel Boutros
Adel Boutros

Reputation: 10285

You have to deploy it into a server (such as Tomcat or Jetty) and run it from there. this is called Production Mode.

You can check The Official GWT tutorial for more info.

Upvotes: 3

Related Questions