CSCI 320 Group Project This is the Java Command Line application that interacts with a postgres server containing a music database. This database has functionality to search, listen to, and create collections of music. It also allows for account creation, following different accounts, and music recommendations based on your account history.
To add the jars to the build path for an IntelliJ environment:
- Go to File > Project Structure > Modules.
- Click on "Dependencies" tab.
- Click the plus symbol (+) and select "Jars or Directories".
- Both jars should be in the 'lib' folder in the FishinForData project.
- Select 'jsch-0.1.55.jar'
- Repeat steps 3-5 and this time select the 'postgresql-42.5.0.jar' jar.
- If errors appear inside PreparedStatements, add the data source to the project using the same steps as for DataGrip, as IntelliJ is trying to scan the SQL within the PreparedStatements without being able to see the schema.
git update-index --assume-unchanged src/AdminAccount.java