Hi,
I am using smartGwt 3.1 on a project.
I need to use Hashtable inside my java code.
I have the following simple code
import java.util.Hashtable;
Hashtable myHashTable = new Hashtable();
When I run it (in developement mode) i get the error :
[ERROR] : No source code is available for type java.util.Hashtable<K,V>; did you forget to inherit a required module?
Can someone help help me on this point ?
I am using smartGwt 3.1 on a project.
I need to use Hashtable inside my java code.
I have the following simple code
import java.util.Hashtable;
Hashtable myHashTable = new Hashtable();
When I run it (in developement mode) i get the error :
[ERROR] : No source code is available for type java.util.Hashtable<K,V>; did you forget to inherit a required module?
Can someone help help me on this point ?
Comment