• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java IDE featuring debuggin, step execution

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,
I m using editplus, freejava editors for java programs but these editors do not have the debugging, step by step execution, add watch etc like C++.
Can u please suggest me some editors having these features and their URL to download them free.
thanx
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kapil,
If you need a lightweight, debug-capable IDE, go for Metamata (www.metamata.com, the personal edition is free). I managed to run it on a P133MHz/64MB/Linux box.
Otherwise, try Sun's Forte (offered when you're downloading JDK) or it's open-source sibling NetBeans, www.netbeans.org. Or Borland's JBuilder (www.borland.com/jbuilder, the Foundation edition is free). Both require a powerful machine (128MB RAM at least and a decent processor).
Also JDE for Emacs/XEmacs has debugging support and you might try it if you use Emacs (sunsite.edu.dk/jde if I recall correctly).
Hope this help,
Greg
reply
    Bookmark Topic Watch Topic
  • New Topic