Error - Reference Problem

I am very new to jMonkey. Just download the JDK and the JME SDK and installed, all went well. When I try to create a new project using the Basic Game template, i get the following error,

Reference Problems, 1 or More of the following resources could not be found. After clicking Resolve Problems i get,

“junit” library (in BAsicGame1) must be defined
“junit_4” libary (in BasicGame1) must be defined

Click resolve, get a server must be unavailable at the moment/

Where do I go from here?

John

Just remove the library references to junit. They aren’t used and this is one of those little annoying things for which there is a trivial work-around.

Cool, thanks for the help.

John