Application throwing error on samsung devices
Hi,
Application is perfectly working on nokia devices but when iam trying to install that application on samsung devices
its installed and throws this(java.lang.NoClassDefFoundError: java/lang/UnsupportedOperationException)error.can anye
one help me to resolve this issue?
Thanks in advance
Re: Application throwing error on samsung devices
[url]http://developer.samsung.com/forum/others/java/73[/url]
Re: Application throwing error on samsung devices
That is a not a Java 2 Micro Edition but a [i]Standard[/i] Edition class. It is not present in CLDC 1.1 nor MIDP 2.1. However, it is present in SATSA (JSR-177), OpenGL (JSR-239) and Broadcast (JSR-272). Do you mention this class within your code, perhaps in a catch clause? Then I would change it to a RuntimeException. If you do not mention it you code, which optional packages do you use?