

- #BLUEJ INSTALLATION FOR MAC#
- #BLUEJ INSTALLATION INSTALL#
- #BLUEJ INSTALLATION SOFTWARE#
- #BLUEJ INSTALLATION CODE#
We suggest you create a folder on your computer named workspaceBlueJ and use this for the entire sequence of upcoming labs.īlueJ sample code will be saved to the blueJ directory.
#BLUEJ INSTALLATION FOR MAC#
Helpful information on working with files and folders is available here for Windows and here for Mac users. Once setup has completed you may find that creating a shortcut or alias on your desktop helps during the various lab sessions.
#BLUEJ INSTALLATION INSTALL#
This ought to install the missing Java infrastructure. If the launch fails this may be because the Java component has not installed properly.Ī fallback method to resolve this is to install Oracle's Netbeans IDE details for which are available here. Library/Java/Extensions should contain the following: ou.Once the installation is complete, launch BlueJ. In the Library Folder in the Hard Drive and not in your home folder. Inside BlueJ application bundle: Resources > Java > userlib should contain ou.jar Quick listing: Inside BlueJ application bundle: Resources > Java > Extensions should contain the following: eaextension.jar ouwextension.jar In the finder navigate to the folder named Library in the root of your hard drive and scroll down to the folder Java, copy the same two jars “” and “ou.jar” to the folder named “Extensions”. From the root of the course CD copy the jars “eaextension.jar” and “ouwextension.jar”.Ħ.


Next navigate to the folder Contents > Resources > Java > extensions.ĥ.
#BLUEJ INSTALLATION SOFTWARE#
Pop in the Course software CD, at the root of the CD is a folder named “libraryfiles” go inside here and copy the files “” and “ou.jar” to the userlib folder opened in the last step.Ĥ. Navigate to the userlib folder Contents > Resources > Java > userlib.ģ. Select the option “Show Package Contents” this will open a window with a folder named “Contents”.Ģ. Right click, or control click if you have a single button mouse on the BlueJ icon. You must download bluej 2.0.5 for mac from here I suggest installing it in a folder of it's own to avoid annoying errors when using the OUWorkspace then follow the instructions below.ġ. Ignore a Nullpointer Exception on startup, if it occurs for you. Open up a terminal and go to a project folder containing OUWorkspace.sh. Put this script into _every_ OU BlueJ project folder, OUWorkspace is the way to actually test your classes. Java -classpath "$CLASSPATH" ou.bsh.OUWorkspaceĬhange the BLUEJ_PATH variable to point to your BlueJ installation and save the file. # simple shellscript to execute the OUWorkspace We're not on Windows, so we have to write a small shellscript for this.Ĭopy the following into a file name OUWorkspace.sh: They ship a Windows Link File containing the correct classpath. In M255, there is another required piece of software: OUWorkspace Icon=/files/software/BlueJ/lib/images/bluej-icon.gif If you would like to have a Desktop Entry for BlueJ, create one named sktop with the following content (alter the paths): Install BlueJ (and ONLY BlueJ) and copy everything from the new program folder to your Linux installation. If the editor doesn't open up for you, launch the setup on the DVD with wine. Copy those to where you installed BlueJ, in the subfolder "lib".īlueJ is ready to rumble.

There is a directory named "applicationLibraries" (or similar) on it. Now get the OU DVD containing BlueJ and mount it. The installation wizard should be self explanatory, follow it. Open up a console, go to where you downloaded BlueJ and type In case you need a different version, go here and choose a jar file. Luckily, you can (after a little investigation) find all older versions of BlueJ on their website: Download version 205 here. To use it, you have to install the Java 5 JDK, unless you did that already.įirst you have to get the right version of BlueJ. BlueJ is an integrated development environment for Java, focused on teaching.
