Solana is a Personal Assistant Chatbot that helps manage tasks. User guide here.
This project was done as part of NUS CS2113T AY21/22 S2.
Prerequisites: JDK 11
- Open IntelliJ (if you are not in the welcome screen, click
File>Close Projectto close the existing project first) - Open the project into IntelliJ as follows:
- Click
Open. - Select the project directory, and click
OK. - If there are any further prompts, accept the defaults.
- Click
- Configure the project to use JDK 11 (not other versions) as explained in here.
In the same dialog, set the Project language level field to theSDK defaultoption. - After that, locate the
src/main/java/solana/Solana.javafile, right-click it, and chooseRun Solana.main()(if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
__| _ \ | \ \ | \
\__ \ ( | | _ \ . | _ \
____/ \___/ ____| _/ _\ _|\_| _/ _\
Hi, I'm Solana
What can I do for you?
>