I want to make application in blackberry in phonegap. But i don't know how to call wwww folder in blackberry screen. I am also install ant apache and I am try to using cmd it is possible but when i am attach sample and also phonegap library attach in eclipse it is not working so how can i solved this problem please tell me .
Related
i have creatde the phonegap 2.9 application in android , now i want to create the BlackBerry build.
I have downloaded following things
BlackBerry JAVA SDK for version 7 and 5 in Eclipse as i want to make build for BlackBerry 5.0
WebWorks SDK 2.0 (installed it independently and dont know how can i use it in eclipse )
now i dont know what to do next i feel like m missing the road map , i want to create a blackberry project and want to copy all js and html files into it and want to check it on a simulator.
i read on this blogthat i need to create a WebWorks project in eclipse but i dont see anything when i click on create project in eclipse. ( i am aware that WebWorks support of eclipse no longer supported )
so can any one tell me how do i create a black berry build
Hope you have already set the path of SDK in "System Properties". Did you?
I just upgraded one of my projects to PhoneGap 3.0 and was wondering the proper methodology for developing a custom plugin. I'm following the Echo plugin example from the developer docs. Should the Echo.h and Echo.m files go in the Plugins folder in the project root, or within the Plugins folder for the specific platform being built?
I tried Echo Plugin for iOS and it's working for me. I put Echo.h and Echo.m under platforms/ios/TestProject/Plugins/. Root folder plugins keep plugins your download from command line. It will be auto installed when you make iOS, Android or other platforms.
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.
I need a beginner tutorial OR youtube video tutorial for start developing web applications using GWT with eclipse ide
It is where you would expect it to be: http://code.google.com/webtoolkit/gettingstarted.html
If you are using Eclipse and Google Plugin for Eclipse then use the blue New Web Application Project toolbar button and make sure the "Generate GWT project sample code" checkbox is checked in the New Web Application Project wizard. This produces an absolutely rudimentary GWT app with some widgets and Remote Procedure Calls. You can immediately run it and even use Eclipse debugging tools to see what's going on.
I have gone through with the tutorial documents for blackberry development.
At every place they have showed the features with eclipse plugins.
So, I would like to know that which are the tools I need to download If I want to start development using NetBeans 6.8 (or 6.5) ? And what is the procedure to do so ?
Thanks in advance...
One guy called Jonathan Fisher did come up with a solution, but his page disappeared off the web a while ago. But I managed to find it using the Wayback machine to get the archived webpage.
Basically you need to first install the Blackberry JDE (which is Eclipse based), then in Netbeans Mobility settings go to Manage Emulators and do Add Plaform in the platforms manager to add a custom platform that points to your Blackberry JDE directory, and remove all the automatically added jars except for net_rim_api.jar
Next, when you start a MIDP project, select your new custom Blackberry platform as your emulator in the project settings. You will also need to add some custom build settings to build.xml, plus a Blackberry .alx application loader file to the project. It's a bit long-winded, so best to follow the instructions as per the aforementioned link.
There are no plugins that are available for BlackBerry development on Netbeans. But, you can do so, if
you are willing to give up the on device debugging that you can get with Eclipse plugin.
And are willing and know how to install BlackBerry JDE in Netbeans.
The advantage here is Netbeans has a lot more sophisticated preprocessor support, whereas BlackBerry plugin in Eclipse has rudimentary support for that.
I have wrote a short article on this on my blog link text
, it tells you how to confguire Netbeans for BB development.
this is only supporting J2ME not cldc .
I would highly recommend using the Eclipse plugin. Its supported from RIM and it has a large enough community base for troubleshooting.