I clone the project from Github, set it up in IntelliJ as a project using the PARENT pom.xml. Get all the dependencies. That all runs fine.
But when I try to run StartSECC it tells me this
MiscUtils: Properties file location './SECCConfig.properties' not found (FileNotFoundException).
Then, apparently because it can't find the config file it says
MiscUtils: No entry found in the properties file for property 'network.interface'
I've previously gone through the instructions to make sure that IPv6 is configured on this machine.
Here's a screenshot of the error.
