Deploying J2ME midlet on BlackBerry using Eclipse - eclipse

I have a small J2ME midlet program and it is running fine in eclipse with J2ME plugin. I want to deploy the same on BlackBerry using eclipse. But I cant find any resource for the same. I have a tutorial doing this using Websphere studio device developer IDE. I cannot find its free download link either. Anyone can suggest how to achieve this deployment using Eclipse? If not, is Websphere studio available for free?

You could install the BlackBerry Plugin for Eclipse and create a new BlackBerry project, copy or import your existing source from the J2ME project and then use the Plugins debug and deploy your application the the BlackBerry simulator or device.

Related

Can I develop Java servlet using eclipse ADT

I am currently using the Android developer Tools platform to develop android code, downloaded from http://developer.android.com/sdk/index.html. Now i want to develop Java servlets as well for my server side app and generate the WAR file. As i understand it, I can't use the ADT to develop servlets. Since i think it is basically an Eclipse IDE with the ADT plugin, can i simply install another plugin so that it supports servlet development? If yes, how do i do that exactly? Or do i need to install another eclipse? I am a complete newbie to Eclipse and Java, so please bear with me.
Install the Web Tools Platform. Be sure to find out which version of the Eclipse Platform you're already using first. http://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F

After installing Blackberry Java plug-in in Eclipse cannot see the option for running the blackberry project

I have being developing application using android on Eclipse Helios(Windows XP).
Now i want to develop it for blackberry, and for that i found the following links
http://thinkingblackberry.com/?p=260
http://us.blackberry.com/developers/javaappdev/javaupdate.jsp
Now installation ran smoothly, i can see the blackberry installed in HELP -> ABOUT option in Eclipse. but when i started Eclipse i cannot see the option's for blackberry.
Have you tried the menu on the upper right border of eclipse?
Go to Window->Open Perspective->BlackBerry Application Development
There you have it.

Standalone Eclipse Plugin for BlackBerry

Where can I find a standalone eclipse plugin for blackberry? On the blackberry website in other to develop blackberry apps one has to download a full eclipse and the plugin which is about 400MB, that seems to me like a waste of resources since I already have an existing installation. Any pointers would be good.
You can install the BlackBerry java plugin to your existing eclipse via the BlackBerry Java Plug-in Update Site.
Here is the official instruction link .
You should have Eclipse 3.6+ version and Java 2 SDK v6.0 Update 16+ .

Configure Eclipse for J2ME development

I've recently started learning J2ME. I'm not able to run the j2me code in eclipse. I'm not sure how to configure eclipse to run j2me in it. I could use EclipseME, but I'd like to configure the eclipse I'm using to run j2me rather than installing a separate app for it.
Download the Eclipse Pulsar and configure Sun java toolkit. For more information see this existing discussion.

Eclipse for Symbian S60 application develpoment

How to create Symbian s60 application using Eclipse?
Nokia's Carbide.c++ is built using Eclipse, but requires its own full installation. It's not an Eclipse plugin. Lots of information, including downloads at http://developer.nokia.com/community/wiki/Carbide.c%2B%2B
Installing the SDK for use with Eclipse
To use Eclipse with the SDK, install the applications below in the following order:
Java SE Development Kit (JDK)
Eclipse 3.4.1
Eclipse ME 1.7.9 or Eclipse Mobile Tools for Java v0.9.1
Series 40 6th Edition SDK
for sample example visit the link http://developer.nokia.com/resources/library/Java/getting-started.html
Why you don't want to use IDE from Nokia's Symbian SDK? This IDE is based on Eclipse.