-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
How can I import the whole project to eclipse and run it? #14
Comments
Hello @chakpongchung i had the same problem, i fork the repo and i had added the maven wrapper to my repo, check the readme to add the configuration to eclipse then just import the project using eclipse and thats it. https://github.com/CesarChaMal/Head-First-Design-Patterns Regards. |
@CesarChaMal |
@gongzelong0718 if you dont want to add to many files, works only with the pom.xml but you need to have Maven installed in advanced. I added the maven wrapper files so anyone can clear the dependencies without having Maven installed, The wrapper does that for you. This are the wrapper files
If you are using any shell linux or windows you can run ./mvnw install for linux or mac and mvnw install for windows. This will clear the dependencies for you. Also as an extra i added this commands windows For intellij windows So you can import using Eclipse or Intellj. Regards. |
A readme file is appreaciated.
The text was updated successfully, but these errors were encountered: