IDEs - Java
IDE combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From : www.course.com/careers/glossary/programming.cfm
A Java IDE comes preloaded with or supports Java Development Kit and provides GUI interface to the Java execution environment. Java IDEs support multiple JDK versions and the users can switch the versions based on the requirement. Eclipse, JBuilder and CodeWarrior are examples of Java IDEs.
CafeBabe
CafeBabe1.2.7a (JDK1.1.x + Swing 1.1 or JDK1.2, JDK1.3) - graphical classfile disassembler, editor, stripper, migrator, compactor (dependencies finder) and obfuscator.
This program will say you all about contents of complied code for JVM. It displays full information about any sort of information enclosed in bytecode: field, methods, attributes, exceptions, synthetic members, method body, additional information inside code and so on. While virtual machine misses unknown attributes, CafeBabe displays all of them. Pay attention how progam works with archives - it interpret them as a directories and how it uses advanced features of JFileChooser from Jeff Dinkins.
visit
CafeBabe
CafeBabe was visited : 97 times
Loading .....