I searched StackOverflow and could not find the answer to my question.
I need to import a class that is in the directory codelibraries>chp10>Course.class
and use its various methods in a separate main class. I am having issues. Ive tried Project Structure > Libraries > then adding said directory. It shows up under the external libraries but I am unable to access the class file. In fact, the following code does not even work
import.codelibraries.chp10.Course;
Google hasn't even helped. Maybe I just didn't dig deep enough.
Thanks for the help!