View Single Post
Posts: 66 | Thanked: 87 times | Joined on Aug 2010
#33
Originally Posted by z720
java.lang.NoClassDefFoundError: com.nokia.mid.impl.isa.jam.debug.Application
You probably need the com.nokia.* classes from the Asha J2ME Midlet Runtime.

Maybe you can copy them from the Asha phone?

Or try to extract them from the Nokia SDKs for Java: http://www.developer.nokia.com/Devel...platform_SDKs/

Still, it's not for sure they will work with phoneme as the may use some specific features of the Nokia Java runtime which are not available there.

Best, M.