Reputation: 96371
My GWT plugin is installed and enabled
When my application loads however, i get
What is the problem here? What do you recommend i try to resolve this?
Upvotes: 2
Views: 801
Reputation: 21569
Chrome 22 for Mac dropped support for long-deprecated plugin models, which the GWT plugin still uses; there's nothing you can do to make that version of the plugin load. The plugin source has already been updated to be compatible with current version of Chrome, there just needs to be a new release of the plugin including that change.
Upvotes: 2