课程: Java Essential Training: Syntax and Structure

Install IntelliJ Community Edition

- [Angie] For this course, we'll use the free and open source code editor IntelliJ. Go to jetbrains.com/idea and click download. JetBrains has attempted to detect your operating system. Ensure that the one they've selected is the correct one. For me, it's Mac OS, but we also have Windows and Linux here as well. Click the download button under the Community Edition. Once the download has completed, double click to open it. If you're on Mac, drag the application to the Applications folder, and if you're on Windows, follow the prompts to install. After the installation is complete, go to your app and double click to open it. This is our IDE, which stands for integrated development environment, and this is where we'll write all of our code.

内容