BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-17-2004, 05:26 PM   #1
hidefguy
Knows Where the Search Button Is
 
Join Date: Sep 2004
Posts: 22
Default Anyone here using the Eclipse IDE?

Please Login to Remove!

Is anyone here using the Eclipse IDE (that uses SWT) rather than the Blackberry IDE to develop Blackberry apps?
thanks
Greg
Offline  
Old 09-17-2004, 06:59 PM   #2
eradis
Talking BlackBerry Encyclopedia
 
Join Date: Sep 2004
Model: 8700r
Carrier: Rogers
Posts: 221
Default

Yes I am using eclipse.
Offline  
Old 09-18-2004, 03:28 PM   #3
hidefguy
Knows Where the Search Button Is
 
Join Date: Sep 2004
Posts: 22
Default

Quote:
Originally Posted by eradis
Yes I am using eclipse.
Really? You've managed to integrate use of the Blackberry emulator with Eclipse? Are you using Antenna/ant for the build? Please, more details...

It would be very helpful to learn from a pro blackberry developer what their IDE setup and config is - as a professional java developer of many years experience, but brand new to J2ME, there's no way that I would seriousy use the RIM-supplied IDE.

Greg
Offline  
Old 09-18-2004, 05:49 PM   #4
eradis
Talking BlackBerry Encyclopedia
 
Join Date: Sep 2004
Model: 8700r
Carrier: Rogers
Posts: 221
Default

I am using eclipse with antenna. The newest release has a "blackberry" type configuration. I have also developed my own JADTask plugins that help a great deal. If your familiar with developing plugins for eclipse it is certainly recommended.

There is also a open source initiative for eclipse micro edition
http://eclipseme.sourceforge.net/


The emulator is no big deal. Eclipse is a very versatile dev. environment.
Offline  
Old 09-18-2004, 06:08 PM   #5
hidefguy
Knows Where the Search Button Is
 
Join Date: Sep 2004
Posts: 22
Default

Thanks for the info eradis, I'll check this out.
Offline  
Old 09-21-2004, 02:45 AM   #6
movalys_matt
Knows Where the Search Button Is
 
Join Date: Aug 2004
Posts: 29
Default

I am very interested in this topic too (cause some features like automatic completion and so on are really poor on bb jde)
Offline  
Old 09-21-2004, 09:46 AM   #7
phpsurf
New Member
 
Join Date: Sep 2004
Posts: 3
Default

That's so great ! I was about to hang myself so I was depressed looking at the lacks of JDE !

Can you post more tricks on how you managed to plug the JDE debugger/simulator into Eclipse ?

Thanks
Offline  
Old 10-06-2004, 07:02 PM   #8
freat
New Member
 
Join Date: Oct 2004
Location: Chicago
Posts: 3
Default A howto on this would be _wonderful_

I'm a big fan of Eclipse and would love to know how to set it up to develop for the BB. A howto document sure would be nice... if you could get it started with your experiences, I'm sure we could all contribute as we get our environments up and running.
Offline  
Old 10-08-2004, 04:26 PM   #9
dinouye
New Member
 
Join Date: Oct 2004
Location: Vancouver
Posts: 12
Default sounds like a good idea

Sounds like a good idea, I've been using the BB JDE and it seems a little unreasonable :o is it just my gimpy notebook or does this thing sit in over 100M worth of memory for everyone? I just added more RAM yesterday cause it was driving me nuts just switching between my browser and IDE. Anyhow I'll give setting up Eclipse a try too and post findings.

Darren
Offline  
Old 10-09-2004, 05:26 PM   #10
phpsurf
New Member
 
Join Date: Sep 2004
Posts: 3
Default

let's start with this very good article :
http://www.mobilizedsoftware.com/sho...cleId=48800167
Offline  
Old 10-18-2004, 10:03 AM   #11
cip
New Member
 
Join Date: Oct 2004
Location: Romania
Posts: 2
Default

That's good, but how about debugging BB apps with Eclipse?

Quote:
Originally Posted by phpsurf
let's start with this very good article :
http://www.mobilizedsoftware.com/sho...cleId=48800167
Offline  
Old 02-06-2007, 11:08 AM   #12
dolphinUK
New Member
 
Join Date: Feb 2007
Model: 8100
Posts: 2
Default

post doesn't exist any more. can the person you got this to work please help on how they integrated with eclipse, thanks!
Offline  
Old 05-04-2007, 11:46 PM   #13
Creepy Gnome
New Member
 
Creepy Gnome's Avatar
 
Join Date: Apr 2007
Model: 8100
Carrier: Cingular
Posts: 4
Default

I too found the Blackberry provided IDE (JDE) to be horrible, outdated, and just plain lame. It would have been better if they spent there time writing plug-ins for both Eclipse and Netbeans to support Blackberry development.

However, a quick Google gave me the following helpful pages on how to setup other IDE's (which is how I found this thread):

BlackBerry Java Development Environment Component Package (This is for the sole purpose of using other IDE's.):
http://na.blackberry.com/eng/develop...nloads/jde.jsp

Tips and Tricks for using other IDE's for Blackberry development (This gives links to other sources):
http://www.blackberry.com/developers...newspage2.html

I looked of these things and they seem to be pretty reasonable and self explanatory. All the information you need to know how to develop for the blackberry on another IDE besides there is provide on their site. They make it pretty easy.
Offline  
Old 05-07-2007, 10:53 AM   #14
jan.g
Knows Where the Search Button Is
 
Join Date: May 2007
Model: 8310
PIN: N/A
Carrier: TMO
Posts: 26
Default

Hi,

I'm using Eclipse and I found this forumthread very useful: Disclaimer
I didn't actually made the HelloWorld example work, but its the certainly the right direction.
Offline  
Old 05-07-2007, 05:21 PM   #15
PeterK
Knows Where the Search Button Is
 
Join Date: Apr 2007
Model: 8800
PIN: N/A
Carrier: n/a
Posts: 18
Default

Quote:
Originally Posted by jan.g View Post
Hi,

I'm using Eclipse and I found this forumthread very useful: Disclaimer
I didn't actually made the HelloWorld example work, but its the certainly the right direction.
I just "ported" my project into Eclipse following these steps (less the silly HelloWorld-related steps) and it worked almost fine. The only problem I am having is a reference to some class indirectly (see above).
Eclipse builds a .COD file for me.
Check Taras' page for the RAPC Ant task latest version though (as of today it's 1.8)
Offline  
Old 05-08-2007, 12:06 PM   #16
bemshaswing
Talking BlackBerry Encyclopedia
 
Join Date: Oct 2006
Model: 7103
Carrier: Verizon
Posts: 259
Default

I use Eclipse as the coding IDE and the jde as the build environment. That way I can take advantage of the memory manager, breakpoint debugging and so forth. They just share the same "workspace".
Offline  
Old 05-09-2007, 01:10 AM   #17
koedur
Knows Where the Search Button Is
 
Join Date: May 2007
Model: 8800
PIN: N/A
Carrier: Rogers
Posts: 17
Default

Has anybody figured out a way of dealing with blackberry projects and String internationalization?
Offline  
Old 10-04-2007, 01:56 PM   #18
yong9900
New Member
 
Join Date: Oct 2007
Model: 8700c
PIN: N/A
Carrier: bell
Posts: 2
Unhappy two problems -- need help!

Hi,

I follow the description to setup eclipse in the developer guide book volume 1.

Now I have two problems:

1. in eclipse, for any class extends MainScreen, I got following error:
"the type net.rim.tid.awt.event.InputMethodEvent cannot be resolved. It's indirectly referenced from required .class files". I then checked the rim jar file, it only contains InputMethodListener class. When I open this file, I can see InputMethodEvent get metioned. Anyone has the same problem?

2. everything is ok, until when I start the remote debug, I can see the rim debug server JDWP start the simulator, but when I reach any breakpoint, the thread in eclipse get terminated automatically (and the simulator screen get closed). I can't figure out the reason. All my setup following the "Using the Eclipse development environment" in volume one. Any hint?

Thanks a lot!!
Offline  
Old 10-04-2007, 02:38 PM   #19
bemshaswing
Talking BlackBerry Encyclopedia
 
Join Date: Oct 2006
Model: 7103
Carrier: Verizon
Posts: 259
Default

I've seen "the type net.rim.tid.awt.event.InputMethodEvent cannot be resolved. It's indirectly referenced from required .class files" before. dunno why this happens but if I create that package in my workspace and put in that class I've been able to get around it.
Offline  
Old 10-05-2007, 03:00 AM   #20
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

Quote:
Originally Posted by bemshaswing View Post
I've seen "the type net.rim.tid.awt.event.InputMethodEvent cannot be resolved. It's indirectly referenced from required .class files" before. dunno why this happens but if I create that package in my workspace and put in that class I've been able to get around it.
try switching your java compiler settings to 1.4
__________________
java developer, Devinto, hamburg/germany
Offline  
Closed Thread



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter picture

1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter

$9.39



AC 80-260V 0-100A LCD Digital Display Volt Watt Power Meter Voltmeter Ammeter picture

AC 80-260V 0-100A LCD Digital Display Volt Watt Power Meter Voltmeter Ammeter

$22.50



Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC  picture

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC

$12.99



Voltmeter Ammeter DC 120V 500A Voltage Current Gauge RV Boat Motor Camper CAR picture

Voltmeter Ammeter DC 120V 500A Voltage Current Gauge RV Boat Motor Camper CAR

$32.50



LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter picture

LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter

$10.95



US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-200A DC & Shunt picture

US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-200A DC & Shunt

$18.91







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.