Setup
Yannick Weigert
Alexander
SajegAll of our implementations can be imported into your project by adding the respective java files to your projects source folder. This setup guide however only covers the setup using the provided BlueJ project files.
#Prerequisites
- You need to have BlueJ installed on your computer. You can download it here.
- Basic knowledge of BlueJ and Java is recommended.
#Installation
-
Download — First, download the
adts-bluej.zipfile from our GitHub repository. To do this, click on theadts-bluej.zipfile under theAssetssection and wait for the download to finish. -
Unzip — Next, unzip the downloaded file to a location of your choice. This can be done on Windows by right-clicking the file and selecting
Extract All.... -
Open — Once you have unzipped the file, you can either open the project directly by double-clicking the
package.bluejfile or by opening BlueJ and selectingOpen Project...from theProjectmenu.
You are now ready to use the provided implementations in your project!