> I want to use Linked Lidt in J2ME for i want to encode message using
> huffman coding which uses linked List.I copied java.util.* files in lib
> dir of my project but it doesnt compiles the file It gives compilation
> error for files in javautil.* which uses floating point.Also it gives
> prevrifying error.
> Any suggestions?Welcome.
You cannot just copy classes from JavaSE into JavaME. For starters, it's
both against the license you accepted to include any classes in the
java[x].* hierarchy, and the preverifier will outright reject any class
that's packaged as such.
You will have to recreate the LinkedList class in a separate package in
order to use it in the MIDP.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"McVeigh's lawyer got him the death penalty, which, quite frankly,
I could have done." - Jon Stewart