From the course: Java 8+ Essential Training: Syntax and Structure

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Choosing a development environment

Choosing a development environment - Java Tutorial

From the course: Java 8+ Essential Training: Syntax and Structure

Start my 1-month free trial

Choosing a development environment

- [Instructor] There are many development environments available for Java developers. If you're working on a software development team, you might not be able to choose your own IDE. The entire team might be working with the same software, but if you're an independent developer, or you're just learning the language, you can choose your own development environment, and here are some of the available choices. Java code is written in simple text files, so any text editor will do. You could choose a simple text editor and then compile your code on the command line. The reality though, is that Java code can get long and a little bit complex, so having a good IDE can help you code faster and find your errors more quickly. There are many IDEs available. Most of the ones I'm going to mention work on all of the major operating systems, Windows, macOS, and variants of Linux, but some of them are specific to particular operating systems. On macOS for example, you can use BBEdit or TextWrangler…

Contents