425 pts.
 How to develop j2me applications with cdc 1.1?
I am creating a j2me project and while creating the project in the new midlet project window i can only find cldc 1.0 and cldc 1.1 configuration...why cdc is not showing up there? i want to cdc so that i can integrate javaDB with my project...how to get it?

Software/Hardware used:
Eclipse IDE, Samsung Sdk 1.1
ASKED: October 23, 2012  1:44 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. hussain22juzer   425 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

A Java ME application environment requires a configuration and a profile.  CLDC is a configuration, and as far as I know the MIDP profile is only supported by the CLDC configuration, so, if you are creating a MIDlet project, you are actually saying that you want to target the CLDC configuration.

 I guess you can create a project for the CDC configuration if you choose a different type of project, but keep in mind that the devices you are targetting must implement that configuration to be able to run your game.

 63,535 pts.

 

ok now i’m targeting samsung wave 525..operating system: bada.java: MIDP 2.0i’ve tried a ‘hello world’ cdc application and deployed it into my device and when tried to install it said ‘Invalid file’…I’m looking towards cdc because i want to implement java derby features which are not possible in cldc.

 425 pts.

 

If it says MIDP then I guess it doesn’t implement CDC (as previously mentioned, MIDP most likely implies CLDC), but you should be able to take full advantage of the Bada platform by using the BADA SDK.

 63,535 pts.

 

can i use bada sdk with eclipse or netbeans?and is programming in bada similar to java?

 425 pts.

 

I don’t know Bada at all. 

I know there is a Bada SDK and a Bada IDE, but not sure if you can use a different IDE with the SDK. 

 63,535 pts.

 

Here is the link to the Bada developer page, in case you don’t have it:

Samsung Developers – Bada

 63,535 pts.