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
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.
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.
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.
can i use bada sdk with eclipse or netbeans?and is programming in bada similar to java?
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.
Here is the link to the Bada developer page, in case you don’t have it:
Samsung Developers – Bada