Never programmed in Java before, trying to play around forking a repo of 'JaamSim'. I've managed to google and fix a lot errors, but I'm getting the errors attached in image now.
com.jaam.sim doesn't match java.com.jaamsim - Fixed by adding 'test/java' to build src paths instead of just 'test'
import org.junit cannot be resolved, kind of stuck on this one?
I'm assuming most of the remaining errors are related to that.
Any advice would be appreciated.