I'm trying to import and run the project listed here:
Scene2d Actions and Event Handling
I start by downloading the zip file and then importing it in to eclipse. From here I get the following three errors (after resolving others pertaining to incorrect android version):
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/junit/junit/4.5/junit-4.5.jar' in project 'game-test-desktop' game-test-desktop Build path Build Path Problem
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/junit/junit/4.5/junit-4.5.jar' in project 'netthreads-libgdx' netthreads-libgdx Build path Build Path Problem
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar' in project 'netthreads-libgdx' netthreads-libgdx Build path Build Path Problem
Does anyone know how to resolve the problem? I have noticed that this junit should be included in the JDT for eclipse but I have installed that with no change in the error. Thanks.