1

I'm trying to develop a few apps for blackberry and the IDE they have I'm really not interested in that. I used to use eclipse but after I used IntelliJ IDEA I really don't want to downgrade just for a BlackBerry Java Plug-in for Eclipse.

Does anyone know how I can successfully develop in IntelliJ w/o debugging issues?

Kyle
  • 3,004
  • 15
  • 52
  • 79

1 Answers1

3

You can definitely build BlackBerry apps with IntelliJ after some configuration, but for debugging I think you'll still need to use the standalone JDE or the Eclipse plugin.

Eric Giguere
  • 3,495
  • 15
  • 11
  • It seems they at figured out the [debugging the test](http://javaandjava.blogspot.com/2010/05/debugging-tests-for-blackberry.html) as well – Mohamed Ragab Jan 26 '14 at 18:06