On Thu, 29 Nov 2007, Sumit Upadhyay wrote: > I have downloaded one file nimbuzz.jad > It contains. > > MIDlet-Name: Nimbuzz > MIDlet-Version: 0.9.2 > MIDlet-Vendor: Buzzaa Media Group > MIDlet-Jar-URL: > http://get.nimbuzz.com/__mobile/Sony-Ericsson/K790i/en/Nimbuzz.jar > MIDlet-Jar-Size: 278809 > MIDlet-Icon: /nimbuzz.png > MIDlet-Data-Size: 20000 > MIDlet-1: Nimbuzz,/nimbuzz.png,com.nimbuzz.Nimbuzz > Copyright: (c) Nimbuzz 2006-2007 > > i downloaded this jar now from url in above jad file. > Now i go into command line run java -jar nimbuzz.jar > I got. > $ java -jar Nimbuzz.jar > Failed to load Main-Class manifest attribute from > Nimbuzz.jar > > What is missing on my PC? > or this is only for mobile to run? > can not we run them on PC? > > Sumit >
Hi Sumit: MIDP is Mobile Information Device Profile. Together with CLDC and J2ME it can be considered as the runtime on which mobile apps packaged as .jar are expected to run. These components are available as part of Sun Java Wireless Toolkit. So, while Java SE JRE 1.5.0 is required to run the demo apps, you still need the Wireless Toolkit for the other runtime components. Please download the wireless toolkit from http://java.sun.com/products/sjwtoolkit/download.html Hope this helps. thanks Saifi.

