This is a discussion on blackberry in netbeans within the Blackberry forums, part of the Mobile Software Development category; hi there, I was terribly excited about the prospect of getting unique place for blackberry in this forum...well am ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi there, I was terribly excited about the prospect of getting unique place for blackberry in this forum...well am newbie in blackberry development..i thought of developing through jde..but it was not so as other ide since even latest version consist of all features its no ever compared with ctrl + space in netbeans...so i need to make develop BB app in netbeans...but i dont know how to start .. some one please help....
__________________ cheers Aman Last edited by amansundar : 10-28-2007 at 09:53 PM. |
| Sponsored Links |
| |||
| Hi aman, I think the following link will help you. S.Vinothkumar: Blackberry Development using Netbeans
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
| |||
| dude thank you very much...i can now able to do BB app(cldc) in netbeans ...also i can even get the blackberry simulator running in netbeans...but now a new problem arrised. can i debug those application same as other midlet app in netbeans itself ..
__________________ cheers Aman |
| |||
| i think u may have done some coding error.....so it will be better if you try midlet application first and check out the building and execution process..if everything fine then you have made some problem in your coding only..check it out and let me know the result....
__________________ cheers Aman |
| |||
| I find the Reason for .main(String[]) warning I do *not* include the "-midlet" option after added this "-midlet " my project compiled successfully but it doesn't create a cod Files i can create manually but my netbeen didnt configure properly Any more suggestions?
__________________ thanx n regards jeyaprakash.c |
| ||||
| Finally i configured Blackberry Jde 4.2.1 with Netbeens 5.5 beta2 succesfully ..it may help you click here to see my Article jeyaprakash-Blackberry(RIM)4.2.1 development with netbeans 5.5 i got following Errors while configuring i mentioned that Errors With Solution Error:1 Quote:
i donot declare the Property variables in my build.xml if u got this type of errors add this lines in your Build.xml right before init methods.. Quote:
Error:2 Quote:
Quote:
__________________ thanx n regards jeyaprakash.c Last edited by jeyaprakash.c : 10-30-2007 at 11:02 PM. |
| |||
| I tried to debug the project, the RIM Remote Debug Server starts first , and then the simulator. But my application doesn't stop at any breakpoint I set...i think some more arguments need to pass in build file for getting debug..i dont know the exact reason...
__________________ cheers Aman |
| |||
| Quote:
__________________ cheers Aman |
| |||
| hi jeyaprakash At last debugging through netbeans worked succeesfully..what i made mistake is the formatted build file was only portable in netbeans 5.5 but i was using 5.5 beta 2 ... ![]()
__________________ cheers Aman |
| |||
| hi aman, we know it is possible to autostart an application in jde by before building the project we need to go to the project properties and check that the Auto-run on start up is checked.is possible in netbeans??
__________________ Krishnakumar.S Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily |
| |||
| In the .jad file that gets passed into rapc as an argument, there is a flag you can set to do this: "RIM-MIDlet-Flags-1:" The value you give the flag determines its startup behaviour. Right now, for example, I have an application that auto-starts up and is a system module. The value for that is 35. So in my .jad file I have the following line: "RIM-MIDlet-Flags-1: 35" The value is different depending on the startup hierarchy position you want your app to be in (1 - 7) and whether you want a system module or not. Experiment a bit and the above should make a bit more sense
__________________ cheers Aman |
| |||
| Quote:
BlackBerry Code Signing Tips | Eric Giguere's BlackBerry Developers At Work!
__________________ cheers Aman |
| |||
| hi guys.. am working in j2me i tried to port my project in blackberry through netbeans.my problem is after building and when i run the project. simulator comes then shows the loading (with the heading "linking java") and goes on for the long time not moving to blackberry desktop screen. the emulator i m using is 7130 .. Last edited by saloni srivatsava : 02-18-2008 at 08:49 PM. |
| |||
| it may due to some configuration problem try removing all the blackberry platform in netbeans and configure them again....
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/blackberry/4203-blackberry-netbeans.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 10-30-2007 04:18 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Eventinjector in blackberry | amansundar | Blackberry | 12 | 04-14-2008 12:36 AM |
| netbeans plugins for editing JSP pages? | saravanan | Java Server Pages (JSP) | 0 | 03-21-2008 05:07 AM |
| is there any visual tool or netbeans plugin available to build JAVA BEANS? | saravanan | Java Server Pages (JSP) | 0 | 03-19-2008 09:08 PM |
| j2me application in Blackberry | amansundar | Mobile Software Development | 2 | 12-20-2007 01:22 AM |
| NetBeans 5.5 - Mobile Development | Karpagarajan | Java Programming | 0 | 04-06-2007 05:08 AM |