Installing Java and BlueJ on Linux

As you may have guessed from my screencasts, I use Linux. It is a great operating system that offers distinct advantages for experienced users, but it is also suitable for adventurous beginners. Personally, I use Lubuntu, but any version of Linux will do for this course.

Open a terminal window. On many Linux versions, you get one with Control+Alt+T. Or try searching for Terminal in the system menu or the search bar. You need to know how to copy/paste information into a terminal window. Copy the usual way with Control+C. To paste, use Shift-Insert. And whenever you enter a command in the terminal, hit the Enter key so that the command is executed. For example, if I ask you to run ls, you type ls and Enter.

Now follow these steps:

If you got this all to work, congratulations. If not, please post a question on the forum.