2010-07-30 33 views
0

嗨我使用eclipse-jee-galileo-win32進行開發。我試圖使用eclipse插件安裝GWT以下鏈接gwt - http://dl.google.com/eclipse/plugin/3.5。但它會顯示以下錯誤。我怎麼解決這個問題。需要確認訪問不可信的URL

[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 

回答

1

這是由於您的瀏覽器沒有必要的插件來與GWT/Eclipse交談而引起的。在瀏覽器中訪問該頁面(http://gwt.google.com/missing-plugin),安裝該插件,重新啓動瀏覽器,然後重試(本地?)GWT頁面。