I had the same problem and found the solution in another thread (which I can't find now). For me GWT Hosted Mode was looking for the library libnspr4.so.0d which didn't exist on my computer. I just created a symlink to libnspr4.so and everything worked after that.
ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0d On Oct 6, 8:02 am, Alec <[email protected]> wrote: > The add-on gets successfully installed. Having restarted FireFox, I > select Tools -> Add-ons, and it is found in the Add-ons window. The > attempt to use the dev URL, > > http://127.0.0.1:8888/desktop.html?gwt.codesvr=127.0.0.1:9997 > > , prompts for a new installation. Please help if you can. > > Thanks, > Alec -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
