Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

BGS5 Netbeans/eclipse problems with hashtable, generics, changing JRE target | Telit Cinterion IoT Developer Community

September 4, 2015 - 6:26pm, 2704 views

Hello,

I am trying to create a hashtable however I get an error message in both Eclipse and Netbeans. I prefer to use netbeans however it says "generics are not supported -source 1.3". I have tried looking on google on how to change the target source however because it is a midlet application it does not have the option in the normal place. I tried to use ecplise which easily allows to change the target source however ecplise says that hashtable is not a generic and wont allow me to use hashtable<string, string>.

Anyone else been having similar issues?