Blackberry Development using NetBeans
by Amit
Here is how Jonathan uses NetBeans for Blackberry development . read his blog post at http://www.jonathanhfisher.co.uk/b2/?p=7
Here is how Jonathan uses NetBeans for Blackberry development . read his blog post at http://www.jonathanhfisher.co.uk/b2/?p=7
I created a RIM BlackBerry Plugin Module, it support build BlackBerry applications with NetBeans JDE.You can download it here: http://www.teesoft.info/content/view/36/36/#BlackBerryPlugin.This is built from http://hg.netbeans.org/main/contrib/file/tip/mobility.plugins.blackberry/ with following features added:1. BlackBerry JDE Component Package support. You can register BlackBerry JDE or BlackBerry JDE Component Package as the platform. You will get full features if you register BlackBerry JDE as platform. But since there are no simulator built in ,so you can just build your application with BlackBerry JDE Component Package, no run and build support for BlackBerry JDE Component Package.2. non-windows os support. This includes linux, solaris and any os with wine installed. You need Wine to make this work. You can install the JDE or BlackBerry JDE Component Package using wine or install them in a windows pc and copy to your non-windows os. The BlackBerry JDE simulator is not so stable while running in wine, but at least you can build your applications.3. auto get JDE versions.4. auto build alx file in your dist folder.The patch can be find at:http://www.netbeans.org/issues/show_bug.cgi?id=140871You are welcome to post feedback to http://www.teesoft.info/phpbb/viewforum.php?f=7.