GWTでStorageクラスを使用したいのですが。私のprojectname.gwt.xmlファイルにこれがあります:
<module rename-to='projectname'>
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.google.gwt.storage.client.Storage' />
...
ただし、プロジェクトを開発モードで開始すると、次のようになります。
Loading modules
com.me.myproject
Loading inherited module 'com.google.gwt.storage.client.Storage'
[ERROR] Unable to find 'com/google/gwt/storage/client/Storage.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
[ERROR] Line 5: Unexpected exception while processing element 'inherits'
追加のjarファイルまたはそれを機能させるために含める必要のあるものはありますか?
ありがとう