Setting up BlueJ on your university computer account
Author: Peter Kenny (adapted for COMP3200)

BlueJ is already installed on university PCs but some setting up is necessary for the practical classes.

These setup notes were written by Peter Kenny for CO881 and have been adapted for COMP3200. Therefore, any references to CO881 in figures, for instance, must be substituted with references to COMP3200.

1) Create a shortcut on your desktop

This section describes how to create a shortcut for BlueJ on the Windows desktop.

Create shortcut

2) Map the file server raptor to network drive X

The School of Computing has a server called raptor which provides personal file space for students and holds teaching materials for various modules. This section explains how to make raptor available as a network drive in Windows.

File Explorer 

File Explorer - map network drive 

Map network drive

3) Copy BlueJ projects to your personal file space

Practical classes will involve projects from the book. These are available on raptor in the folder courses/comp3200. However, in order to work on the projects you must first copy them to your personal file space which is located in the home folder. Note that courses/comp3200 is a public folder which everyone can read but only lecturers can modify. In contrast, each student has their own private home folder which only they can access.

Files on raptor

4) Filename extensions

File Explorer hides file extensions by default. For example, a Word document "report.docx" is listed simply as "report". This can be confusing when working with programming languages because source and compiled files often share the same name but with different extensions (e.g. Project.java and Project.class). It's difficult to distinguish between them if extensions aren't shown. So, to save grief later, we suggest you fix this now.

Folder options

5) Check BlueJ is working correctly

This section helps you verify that BlueJ is set up correctly on your university computer account.

BlueJ start page

Open project

Navigate to home/comp3200

Open TestSetup project

After compiling

Class pop-up menu

Create object

Mission accomplished

6) Navigating to the exercise projects

This section illustrates how to open the projects you'll be using in the laboratory sessions. You can either take a look at it now or later, when you start working on the exercises.

Exercise projects

Chapter 1 projects

Figures project

7) Optional BlueJ settings

Several features of BlueJ can be configured by the user according to their preferences.

BlueJ settings


BlueJ is now set up for your university computer account.