From: olger <ol...@m4...> - 2008-03-28 16:56:18
|
Hi, i'd like to run midlet witch uses Nokia UI API in Microemu using Eclipse. So far i have downloaded Microemu project (using Maven) and imported to Eclipse. java.lang.NoClassDefFoundError: com/nokia/mid/ui/FullCanvas is thrown when i start midlet. Microemu-nokiaui project is added to build path. Adding nokiaui.jar built by Maven to class path didn't help me either. I think it's class loader issue. Debuging shows that if i call FullCanvas from Main class it's working. If debug was turned on in MIDletClassLoader i got next log line: Unable to find resource for class - DATA: com.nokia.mid.ui.FullCanvas @ org.microemu.app.classloader.MIDletClassLoader.findClass (using custom log appender here) Manual debuging shows that getResource call in method getResourceAsStream returns null. Browsing mailing lists and forums shows that there is similar issue using Microemu and Nokia UI API from command line but i didn't find much help there. Am i missing something here? >>> olger |