Problem making a clinet with IceE

in Help Center
Hello, I´m making a client in IceE and in the server I use IceStorm. You need the quality of service and in an example I found that in java you have to put:
Map qos = new HashMap();
qos.put("reliability", "batch");
and the problem is that interface Map and class HashMap are not allowed in J2ME.How can I solve it?
Thanks
Map qos = new HashMap();
qos.put("reliability", "batch");
and the problem is that interface Map and class HashMap are not allowed in J2ME.How can I solve it?
Thanks
0
Comments
Note that you will need to translate the IceStorm Slice files using slice2javae.
Take care,
- Mark
http://www.zeroc.com/vbulletin/showthread.php?t=1960
Regards,
Dwayne