views:

100

answers:

1

I am using the 1.1 Blackberry Plugin for Eclipse to develop an application. I am able to create a Hello World program using BlackBerry native code, but I am unable to get a Midlet working. Unlike the Hello World which appears in Downloads, the Midlet doesn't appear, even after I attempt to manually open the .cod file. The Java app works if I run it as a Java ME project. How can I make it work?

Links

A: 

As per this thread, the App Descriptor xml was did not have the Application Type set to MIDlet. I also set the title and the name of the main MIDlet class.

Casebash