Re: [Eclipseme-users] Linux emulator trouble

2007-03-08 Thread Markus Sinner
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

Re: [Eclipseme-users] Linux emulator trouble

2007-03-08 Thread Markus Sinner
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

Re: [Eclipseme-users] Linux emulator trouble

2007-03-08 Thread dag dg
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

Re: [Eclipseme-users] Linux emulator trouble

2007-03-07 Thread Markus Sinner
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

[Eclipseme-users] Linux emulator trouble

2007-03-07 Thread dag dg
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