From the course: Java 8 Essential Training

Unlock the full course today

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

Installing BlueJ

Installing BlueJ - Java Tutorial

From the course: Java 8 Essential Training

Start my 1-month free trial

Installing BlueJ

- For most of this course I'll be using IntelliJ IDEA to demonstrate Java coding, compiling, and running Java applications. But I'll also be using a simple learning application called BlueJ. This is a teaching environment. BlueJ isn't suitable for full production work, but it's great for learning basic Java concepts, including object oriented concepts. As shown in some of these diagrams, it'll visualize the relationship of Java classes to each other. There are versions of BlueJ for the major operating systems, Windows, Mac OS10, and Linux. There's even a version for Raspian Linux, the version of Linux that's installed on Raspberry Pie computers. I won't go through the full installation process here because it's so simple. But I will say that if you're running on Windows, you only need to BlueJ installer. You don't need the combined installer because you already have the Oracle JDK installed. And if you're running on Mac, make sure you download and install BlueJ using the correct…

Contents