|
| J9 and java.util.linkedhashset |
 |
Tue, 5 Feb 2008 11:16:19 +0100 |
hi ,
i nead help, iif i run my application on J9VM
i get the error java.lang.NoClassDefFoundError java.util.linkedhashset.
thx
|
| Post Reply
|
| Re: J9 and java.util.linkedhashset |
 |
Wed, 06 Feb 2008 16:39:14 -070 |
Luka wrote:
> i nead help, iif i run my application on J9VM
>
> i get the error java.lang.NoClassDefFoundError java.util.linkedhashset.
LinkedHashSet appears to be a J2SE class, not a Java ME class. You might
be able to replace it with HashSet (although that might cause
performance issues).
|
| Post Reply
|
|
|
|
|
|
|
|
|
|