RIM BlackBerry Plugin - plugin detailRIM BlackBerry Plugin Module, support build mobility applications with BlackBerry JDE.
[ You have to be logged in to be able to comment. ] User Commentshowever this plugin still work fine with NetBeans v7.2
So back to NetBeans v7.2 (since v7.3 does not work with it).
Posted by dindongpas on Feb 27, 2013
this plugin does not work with NetNeans v7.2
After adding BB JDE (v7.1.0.7) as one of JAAV ME platforms, NetBeans says it is not a valid JAVA ME platform.
Posted by dindongpas on Feb 27, 2013
Great tool!
Thank for this plugin.
But I didn't understand, how I can sign my cod file?
Posted by DerSkythe on Mar 16, 2012
Here is the quick fix the debug issue
For details please check my article: http://code-dojo.blogspot.com/2011/09/developing-blackberry-application-using.html
I want to update the source code, anyone can tell me how to check out the source code?
Posted by stevez on Sep 07, 2011
great tool, but debug is not working.
I found the application never stop at any break point, after reading the build-impl.xml, I know why. To support debug, you need to copy all the .debug files into the simulator folder. including xxx.debug, xxx-1.debug, xxx-2.debug, etc.
But look at the build-impl.xml, in target"blackberry-pre-debug": It will copy only xxx.debug file, other debug files will missing, this is why the breakpoint never get stopped. The fix will be pretty easy, change to:
Posted by stevez on Aug 11, 2011
Non-Midlet Applications
Excellent plugin!! I'm using Netbeans 7.0 and it works right out of the box albeit only for Midlet applications. To utilize the native blackberry API's for a non-midlet application, a simple solution is posted here: http://forums.netbeans.org/topic24475.html.
I hope this gets incorporated into the plugin soon so this can be selected as an option during project generation or from the project properties. Good work!!
Posted by sdmarshall73 on May 09, 2011
Senior Software developer
Wow, Thank you very much I spent nights trying to run and debug BlackBerry 4.6.0 simulator using Netbeans 6.8. Now it works prefect after installing your plugin. Thank you
Posted by m__saleh on Feb 03, 2010
Thanks for your excellent piece of work.
this plugin is incredibly useful,
thanks for your excellent piece of work.
Posted by sblantipodi on Jul 03, 2009
Java MIDP Platform Emulator
Select 2 Java MIDP Platform Emulator while add platform
Posted by windli on Nov 19, 2008
What is the patch for?
It looks like the patch is only for non-Windows, right? If that's not the case, how do I apply it? I'll be running Netbeans in Windows and referencing the Blackberry JDE.
Also, these are the available platform ypes in NB6.5. Which one is the type I want to register Blackberry JDE as? 1 Java Standard Edition 2 Java MIDP Platform Emulator 3 Custom Java ME MIDP Platform Emulator 4 Java ME CDC Platform Emulator
Posted by jmanko on Oct 25, 2008
working without wine
Hi atleta
This plugin use wine in two calls. One is to run the preverify from BB JDE. Another is the emulator. The page you suggested said the preverify tools from Sun WTK2.5.2 works for JDE. I will tryit. I will add an option to use a preverify from Sun WTK if it works.
Posted by windli on Jul 27, 2008
Linux support without wine
Hi,
Linux (and other non-windows OS) support is actually possible to achieve without wine. All the tools are just java ones in the end, they just get called through some exe launchers. The only exception is of course the emulator :( Here is a description how to build on linux or basically any other JSE supported platform: http://www.slashdev.ca/2008/04/03/blackberry-development-using-linux . It could be integrated into your plugin. The author has an ant task for calling the build tools, but of course it could also be done with the java ant task.
Posted by atleta on Jul 26, 2008
|