symbian - ClassNotFoundException on app startup (on device) -
i have been able run app once on device (n8). since classnotfoundexception when launch it. goes this:
classnotfoundexception: com.greencod.pinball.nokia.pinballmidlet @ java.lang.class.forname @ ...rtcldc.loadapplicationclass @ ...rt.jvm.loadapplicationclass @ ... invoker.handlestarrequest @ ...l.rt.midp.midleinvoker.run @ java.lang.thread.run
note app runs fine on emulator. also, first time ran througth debugger in eclipse. debugger or plain install doesn't produce app can run. new nokia development, must doing stupid, don't know :) using symbian^3 sdk 0.9.
to application on phone, click 'create package' manifest view, build jar/jad files 2 targets: symbianemulator , symbiandevice, installed scanning sdk folder. after have tried uploading file device dropping in install folder, using debuger in eclipse , ovi program on computer. phone configured accept unsigned application.
i quite lost , welcome.
additional info
eclipse building jad me, i'm not sure problem. here jad file:
midlet-1: pinball deluxe,,com.greencod.pinball.nokia.pinballmidlet midlet-jar-size: 1882 midlet-jar-url: pinball-midlet.jar midlet-name: pinball deluxe midlet midlet-vendor: greencod midlet-version: 0.1.0 microedition-configuration: cldc-1.1 microedition-profile: midp-2.1 navi-key-hidden: true nokia-midlet-app-orientation: portrait nokia-midlet-on-screen-keypad: no
and here class declaration:
package com.greencod.pinball.nokia; import javax.microedition.lcdui.display; import javax.microedition.midlet.midlet; public class pinballmidlet extends midlet { ... }
it has been solved: nokia forums. problem build.properties of project messed up.
Comments
Post a Comment