Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package edu.duke not Found #1

Open
Ibnyahyah opened this issue Nov 3, 2023 · 1 comment
Open

Package edu.duke not Found #1

Ibnyahyah opened this issue Nov 3, 2023 · 1 comment

Comments

@Ibnyahyah
Copy link

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
Copy link
Owner

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,

  • Click File in the toolbar
  • Choose Project Structure
  • Select Modules in the left panel
  • In the Dependencies tab, click '+' and choose "JARs or directories."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants