Add an entry to the Run Classpath
IJ automatically generates a compile and runtime classpath based on the Project Settings | Modules | Module Dependencies.
That is good: I want to use this classpath that IJ generates. But I need to have several additional hard-coded (manually entered) paths be added to the Runtime/Debug classpath.
How can I do that?
Please sign in to leave a comment.
Think I am finding the answer to my own question: looks like I need to add a Project Library. Inside the Project Library it is possible to add a classes dir, among other options.