How to enable junit library in jMonkeyEngine3 project

I am new to JMonkeyEngine. I downloaded and installed the jMonkeyEngine3 SDK and tried to create a Hello Sample Application, but it always shows a dialog saying:

JUnit library not loaded

I tried using Resolve Reference Problems and using Ant Library Manager, but here I do not get a single parameter for the JUnit library, please tell me how I can solve this problem, thanks in advance.

+4
source share
2 answers

I had the same problem, just right click on the project -> properties -> Libraries -> Compile Tests and remove junit libs there ...

+3
source

Go to Help> Check for Recent Updates, Add Junit Plugins

0
source

Source: https://habr.com/ru/post/1448062/


All Articles