Archived

This forum has been archived. Please start a new discussion on GitHub.

Problem making a clinet with IceE

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

Comments