BlueJ logo

BlueJ – The Interactive Java Environment

Search:
Home
What is BlueJ?
Why BlueJ?
Download
Documentation
Extensions
Help & Info
Resources
Users
User comments
Contributors

Mailing Lists

Read or subscribe to:

BlueJ-announce
announcements of new releases
BlueJ-discuss
BlueJ related discussion

Bug Parade
View or submit bugs

Step 3: Installation

Windows:

    Double-click the install file (bluejsetup-135.exe).

    This will run a standard installation. Follow the instructions on screen. The installer will install the executable bluej.exe. Execute this to run BlueJ.

    If you have more than one Java version installed, BlueJ will let you select your preferred version the first time it is executed. This can be changed later by running the "vmselect" program, which will be installed into the same directory as BlueJ.

Macintosh:

Note: BlueJ requires Java 2, and thus runs only on MacOS X. Updating to the latest Java version (via the Software Update feature) is recommended.

Download and expand the install file (BlueJ-135.sit). Move the resulting folder to your preferred location (for example Applications).

Unix:

    Run the installer by executing

      java -jar bluej-135.jar

In the installer, select an installation directory and your JDK directory and install.

In the installed bluej directory, you will find a file named bluej. Execute this file to start BlueJ.

Note: This installer can be executed on any system with Java 2 installed (including Windows and MacOS), but Windows/MacOS specific icons and configurations will not be present.

 

Optional: Remove the Installer

If you do not want to make further installations, you can now delete the installer file.

 

Step 4: Opening a project

After starting BlueJ, open a project by selecting "Open" from the Project menu. You can find some examples in the "examples" directory. After the project has been opened, right-clicking (Mac: control-clicking) a class lets you select a constructor from a pop-up menu to construct an object.

 

Where to from here?

If you have any trouble with the installation, please read How to ask for help.

If it all works this far, you might like to start reading the Tutorial.

maintained by Michael Kölling.