Eclpise problem - JAD file

I've installJ2ME Wireless Toolkit 2.2 and configure it under Eclipse, but i've got problem while running application.

Java file, is example from internet, I configure Jad file and midlets bookmark -> ADD -> name: New Midlet; Class -> (the same as java file where i write Java ME program) TinyMIDlet

It's running and automaticly exit with output error:

Running with storage root DefaultColorPhone

** Error installing suite (39): The JAD matches a version of a suite already installed.

Execution completed.

What I am doing wrong?

How to configurate properly JAD file ?

Is it JAD file error or sth else?

[697 byte] By [Lukasz_1981a] at [2007-10-3 5:09:14]
# 1
Go to:<root WTK>/appdb/<phone-you're-debugging-on>/then delete everything apart from the "filesystem" folder. This should fix your problem. Dan
doggy123a at 2007-7-14 23:15:29 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Hi Dan,

Thank you for the solution.

I was also facing the same problem as mentioned :

** Error installing suite (39): The JAD matches a version of a suite already installed.

The solution you gave worked fine.

But my query is that do i have to do this every time after I compile my app for the 1st time. Because when I compile my code for the 1st time it runs absolutely fine ..but from the next time onwards is starts giving the above mentioned error.

So I wanted to know is cleaning the file system the only way ..or is there a workaround to it.

I am using Eclipse 3.2 and eclipseME 1.5.5

I will glad for any help on my query. :-)

thanks.

AshishGaikwada at 2007-7-14 23:15:29 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hi,Please check that in your debug settings for the project that in the "Executable" section you are running as "Midlet" (with <Midlet name selected>) and not OTA.Other than that I don't know of anything else!Dan
doggy123a at 2007-7-14 23:15:29 > top of Java-index,Java Mobility Forums,Java ME Technologies...