Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 864 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 864 Bytes

HOW TO BUILD PROJECT WITH INTELLIJ IDEA :

Step :

  1. Install IntelliJ IDEA Community
  2. Extract the Choco Solver library
  3. Clone the project
  4. Open with IntelliJ IDEA
  5. Open File > Project Structure > Modules > Dependencies
  6. Alt + Insert > Choose JARs or directories...
  7. Choose the Choco Solver library (v2.1.2) folder
  8. Alt + Insert > Choose JARs or directories...
  9. Choose the mysql-connector-java in the library folder of project
  10. Alt + Insert > Choose JARs or directories...
  11. Choose the apache-poi folder in the library folder of project
  12. Apply
  13. Run the project