IT Community - Software Programming, Web Development and Technical Support

blackberry in netbeans

This is a discussion on blackberry in netbeans within the Blackberry forums, part of the Mobile Software Development category; hi amansundar did u tried debuging i cant move next step my F7(step into ) key is not worked ??...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > Mobile Software Development > Blackberry

Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
  #11  
Old 11-01-2007, 12:22 AM
jeyaprakash.c jeyaprakash.c is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 194
jeyaprakash.c is on a distinguished road
Arrow Re: blackberry in netbeans

hi amansundar

did u tried debuging i cant move next step my F7(step into ) key is not worked ??
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 11-01-2007, 06:04 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: blackberry in netbeans

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 11-03-2007, 01:06 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: blackberry in netbeans

Quote:
did u tried debuging i cant move next step my F7(step into ) key is not worked ??
just try F8 instead of F7...it may work..and let me know the result....
__________________
cheers
Aman
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 11-04-2007, 09:42 PM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: blackberry in netbeans

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 11-05-2007, 11:13 PM
krishnakumar krishnakumar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 200
krishnakumar is on a distinguished road
Default Re: blackberry in netbeans

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 11-06-2007, 03:09 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: blackberry in netbeans

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 11-06-2007, 05:20 AM
jeyaprakash.c jeyaprakash.c is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 194
jeyaprakash.c is on a distinguished road
Arrow Re: blackberry in netbeans

yes i configured netbean 5.5 ..debuging works fine ...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 11-10-2007, 12:25 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 319
amansundar is on a distinguished road
Default Re: blackberry in netbeans

Quote:
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??
only signed application can be able to autostart while bootup...for more details about signing blackberry application check out following link

BlackBerry Code Signing Tips | Eric Giguere's BlackBerry Developers At Work!
__________________
cheers
Aman
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 11-14-2007, 11:22 PM
saloni srivatsava saloni srivatsava is offline
D-Web Trainee
 
Join Date: Sep 2007
Posts: 16
saloni srivatsava is on a distinguished road
Default Re: blackberry in netbeans

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.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 11-17-2007, 01:26 AM
S.Vinothkumar S.Vinothkumar is offline
D-Web Genius
 
Join Date: May 2007
Posts: 905
S.Vinothkumar is on a distinguished road
Default Re: blackberry in netbeans

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!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Eventinjector in blackberry amansundar Blackberry 13 09-29-2008 04:59 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


All times are GMT -7. The time now is 10:06 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0