2012-03-12 73 views
1

當GWT項目的客戶端用於開發或生產模式下進行測試,因爲在這一行:如何繼承模塊中的GWT應用服務引擎SystemProperty

if (SystemProperty.environment.value() == 
       SystemProperty.Environment.Value.Production) 

我得到這個錯誤:

No source code is available for type com.google.appengine.api.utils.SystemProperty; did you forget to inherit a required module?

我可以在客戶端執行此操作嗎?如果是這樣,我該如何繼承適當的模塊?

謝謝。

回答

3

正如彼得說,你將不能夠直接使用這個類在GWT代碼。但是,這是使用this technique的完美用例。