GWT getting missing-plugins message - gwt

When i tried to run an GWT sample application i got a missing-plugins on firefox (or Chrome) it seems that i'm missingg something just dont know what to do in order to make it works...
any ideas??

You need to install the Google Web Toolkit Developer Plugin:
In the development mode window you
will find the URL for the local
server. Paste this URL into Firefox,
Internet Explorer, Chrome, or Safari.
Since this is your first time hitting
the development mode server, it will
prompt you to install the Google Web
Toolkit Developer Plugin. Follow the
instructions in the browser to install
the plugin. Once the Google Web
Toolkit Developer Plugin is installed
in your browser, navigate to the URL
again and the starter application will
load in development mode.

Related

Google Web Toolkit plugin is not working for chrome browser

I am a new user of Google Web Toolkit.
I tried to run my application in chrome browser.
But it was asking me to download the plugin to run GWT applications.
Then i gone through the link but it was showing me this problem....NOT COMPATIBLE
Please provide help.
Release Notes for 2.6.1
GWT Development Mode will no longer be available for Chrome sometime
in 2014, so we improved alternate ways of debugging. There are
improvements to Super Dev Mode, asserts, console logging, and error
messages.
enter link description here

IBM Worklight - How to debug an application?

How can I view my Worklight developed website or pages in Google chrome? I want to inspect element for the page.
Revised answer based on comments:
Make sure that you are using an external browser (in your case, Chrome) to preview the application. You can do that in Eclipse via Preferences >> Browsers.
Please also read the following training module: Debugging your application.
For debugging a worklight app in google chrome
right click on project--> open worklight console--> right click on browser's properties-->copy the url and paste it into chrome's address bar. By using this you, easily see the worklight developed page on chrome.
Open Worklight Console
Under Mobile Web >> 'Click on Get App URL'
Run the app url in any browser

Can't download a GWT Plug In For IE

I am not able to install the GWT Developer plugin for Internet Explorer.
After getting the yellow patch saying:
Development Mode requires the Google Web Toolkit Developer Plugin
I click on Download plugin. Instead of redirecting to a download site it shows:
Internet Explorer cannot display the webpage
What might be the probable cause?
Actually the page is not redirecting to :
"https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe"
Is there any alternate way to install that plugin?
Please help!!
I faced the same problem and i think that there is no development mode for IE8. it didn't work when i tried to run it in IE. So i advice you to use Chrome it is the best browser supports GWT dev mode. Why do you need IE anyway ?
read this article about IE http://googlewebtoolkit.blogspot.com/2010/12/support-for-gwt-dev-mode-in-ie-9.html
Even I had the same issue in installing the plugin for IE, what i did was just copy and pasted the missing plugin url in address bar and hit the enter button. And installed it, so finally it worked. The issue was, the browser was unable to redirect to the plugins update site, after clicking on download link.
Hope this might fix your problem.

Cannot install Google Web Toolkit Developer Plugin in Google Chrome

I am using Windows XP SP2 and Chrome (version 9.0.597.19) but every time I run gwt in developer mode I see:
"Development Mode requires the Google Web Toolkit Developer Plugin..."
No matter how many times I install it.
How can it be that gwt developer mode is not running in google's own chrome in xp sp2?? This is outrageous??!! It is working in FF but is very slow.
Do you have Click-to-activate-plugins enabled in Chrome? I had, and I had to click on the little puzzle piece in the URL-bar and select that all plugins may run on 127.0.0.1.
Google Web Toolkit plugin is for Firefox 3.5.x and 3.6.x and
probably Google Chrome 7. I'm also using Chrome (version 9.0.597.19) which doesn't support GWT plugin
I was having this same problem. Every time I clicked "Download the GWT Developer Plugin
For Chrome" it would start to load and then just stop without anything happening. Eventually I opened the link in a new tab and got a captcha with this message:
"Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot."
Maybe you are having the same problem?

gwt developer tools IE8 plugin install problem on Windows 7

Today I started testing a gwt application on a new notebook with Windows 7. Testing with Firefox went OK, then I started it in IE8. The "Development Mode requires the Google Web Toolkit Developer Plugin" comes up, fine, click on Download. A moment (and a download) later, an IE security warning window comes up ("Do you want to run this software?"), click Run. BTW, I started IE as Administrator...
Then a nice progress bar is displayed, with an "Initializing..." the text above, and it stays stuck forever.
Any ideas?
I had same issue, I think the installer isn't registering the plugin dll correctly. You can do this manually in a command prompt via:
regsvr32.exe "C:\Users\<your user name>\AppData\Local\Google\Google Web
Toolkit\Developer Plugin\IE\oophm.dll"
This is based on a post on the GWT groups.