您好我正在使用eclipse-jee-galileo-win32进行开发。我尝试使用eclipse插件安装GWT以获取以下链接gwt - http://dl.google.com/eclipse/plugin/3.5。但它会显示以下错误。我怎么解决这个问题。
[WARN] Confirmation was required to visit untrusted URL: 'http://gwt.google.com/missing-plugin
[WARN] reason: http://gwt.google.com/missing-plugin is not in the whitelist
whitelist:
blacklist:
To fix: add regex matching URL to -whitelist command line argument
Example: -whitelist=" ^http[:][/][/]gwt[.]google[.]com"
Example: -whitelist=" ^http[:][/][/]gwt[.]google[.]com"
To reject automatically: add regex matching URL to -blacklist command line argument
Example: -blacklist=" ^http[:][/][/]gwt[.]google[.]com"
Example: -blacklist=" ^http[:][/][/]gwt[.]google[.]com"
Unknown module requested 'missingplugin'; all active GWT modules must be specified in the command line arguments
答案 0 :(得分:1)
这是由于您的浏览器没有必要的插件来与GWT / Eclipse交谈。在浏览器中访问该页面(http://gwt.google.com/missing-plugin),安装插件,重新启动浏览器,重试(本地?)GWT页面。