As i wrote before, make sure that you have the right accesses to your
WTK dir. The message "Permission denied" sais, that you dont have access
to it. Craig has identified that problem before, but there is currently
no way to inform the user with a message describing the problem.
Change the acce
hm... did you ever before manage to get a Midlet running (either linux
or windows)?
That sounds like some configuration problems due to wrong settings.
Can you take a look at the project settings, under "Java Build Path".
There your source-folder has to be included in "Order and Export".
Maybe
I run the midlet specifically in eclipseME, and I get in the console:
Running with storage root MediaControlSkin
java.lang.ClassNotFoundException: AngleApp
at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
at com.sun.midp.midlet.Scheduler.schedule(+52)
at com.sun.midp.main.Main.runLoca
If you confirue the "Run..." Menuentry, explicitely choose your midlet
there. Dont use the option "Over the air" or "JAD Url".
dag dg schrieb:
> ok, so I went outside eclipseME. In my project directory, in the
> deployed folder, is a jar file, with a manifest file pointing to my
> midlet, with n
ok, so I went outside eclipseME. In my project directory, in the deployed
folder, is a jar file, with a manifest file pointing to my midlet, with no
class file in there. So I manually added the class file to the jar file,
changed the jar filesize in the jad file, and tried executing it with the
em