This repository was created to address a common issue for students of Duke Univeristy's Java Courses on Coursera who prefer using IntelliJ IDEA over BlueJ as their IDE.
This repository contains a starter project for IntelliJ IDEA that can be used to complete the assignments for the course. The project contains the same package structure as the BlueJ projects, including all the necessary packages provided by Duke University. The only difference is that the project is configured to use IntelliJ IDEA instead of BlueJ.
This starter project is currently compatible with JDK 21 from Oracle. However, if a different JDK is used, the project can be reconfigured to use it by following the instructions below.
- Clone this repository to your local machine.
- Open the project in IntelliJ IDEA.
- Open the
Project Structure
window by pressingCtrl Alt Shift S
or by navigating toFile > Project Structure
. - Under
Project Settings
, selectProject
. - Under
Project SDK
, select the JDK you wish to use.
This repository is not affiliated with Duke University or Coursera. Contents of this repository may be owned by Duke University and/or Coursera. This repository is intended to be used for educational purposes only, and I do not claim ownership of any of the content of this repository.