PDA

View Full Version : J2ME - Error JBed


Popiou
27th October 2008, 09:23 PM
Hello,
i am coding and compiling with eclipse and trying my programs with SUN Java Toolkit 1.0. My programs run well with eclipse compiler and with the simulator of Sun Java toolkit, but, on my phone, my programs and the samples of the toolkit return an error :

TouchHome.jar ne peut être installé car l'information critique est manquante dans le fichier MIDlet (MIDlet-Name). - 13. Veuillez contacter les fournisseur MIDlet pour plus d'informations.

My phone is a HTC Diamond
Esmertec Jbed build ID : 20080610.2.1
SUN Java Toolkit 1.0
Eclipse : 3.4.1

Do you have any idea of the problem?

Thank you in advance...

arix
28th October 2008, 12:15 AM
If u could translate the problem to English instead france , maybe we can help u more :)

Popiou
28th October 2008, 10:02 AM
Oh yes, sorry, I haven't seen!

TouchHome.jar can't be installed because the critical information is missing in the file MIDlet(MIDlet-name).-13.Please contact...

arix
28th October 2008, 08:54 PM
If u compile the program by yourself, why r u using old
toolkit ? , u can download newer for free...and u should use J2ME wireless toolkit, Im also using old version , but at least it's wireless Toolkit 2.2
After that in the project define (Project setting) MIDP2.0 and
CLDC 1.1
After that if u still have problems, maybe something with other setting in your project.
BTW, I m using the wireless Toolkit for compling as well, try to complie with it...

Popiou
29th October 2008, 01:14 PM
It's not an old version. J2ME wireless toolkit is used for CLDC whereas SUN Java Toolkit is used for CDC.