Integrated Development Environments

To make a Java program, you write Java source code, which gets compiled into class files, which are composed of bytecodes, which are then executed by the Java Runtime Environment when you run your program. That's a number of steps. The more complex your program, the more external details are involved in completing the system. It can be difficult to maintain two or three or four hundred class files for each project you're working on. It gets tiring repeating lengthy classpath arguments when testing your code. Perhaps you are working with other developers and would like to coordinate your efforts by using a common code repository. Or perhaps, being new to the language, you would like to have an environment in ...

Get Java Garage now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.