java - GWT Developer Plugin is not running -


this question has answer here:

i run web application sample project using eclipse opened url provided ide (http://127.0.0.1:8888/stockwatcher.html?gwt.codesvr=127.0.0.1:9997) , chrome browser (version: 42) showed me message: "development mode requires gwt developer plug-in".

i downloaded plug-in , installed on browser (i checked @ chrome://extensions/) restarted browser , entered same link again still shows me same message.

what's wrong?

the gwt plugin no longer supported chrome due npapi being deprecated (https://www.chromium.org/developers/npapi-deprecation).

to debug application, you'll need 1 of following:

  1. temporarily enable npapi in chrome

    chrome://flags/#enable-npapi

  2. downgrade chrome version supports plugin

  3. update application use superdevmode - http://www.gwtproject.org/articles/superdevmode.html

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -