asimuzzaman / edu.duke.java

IntelliJ IDEA and BlueJ workspace for Duke University Java courses
5 stars 2 forks source link

Package edu.duke not Found #1

Open Ibnyahyah opened 10 months ago

Ibnyahyah commented 10 months ago

I am currently learning java at coursera, but I run into this error in my first program how to do you think I can fix it.

asimuzzaman commented 10 months ago

You need to add the edu.duke package in your project before running the program. It should be specified in the Coursera course tutorial.

The package can be found here.

If you use course specific BlueJ IDE, the package should be added already. For IntelliJ,