Intellij Can not run project
已回答
New Project or import project or whatever , when I click RUN , there is a small dialog, only Edit Configurations.
I am doing some JUnit program exercises, I follow the study guide but can not run exactly the same as teacher's ,,,
I googled but can not find solutions.
so I need help !


请先登录再写评论。
Please check https://www.jetbrains.com/help/idea/configuring-content-roots.html.
Tests should reside in a directory that is configured as the Test Source Root, not in the root directory of the project.
You also need to create a configuration for the tests: https://www.jetbrains.com/help/idea/creating-and-editing-run-debug-configurations.html.
Thank you for your reply.
My test file 'DogTest' was setted as Test Source Root and file 'Dog', but still can not works.
What I have done was followed teacher's guide, my classmates can do it but me.
Teacher's study guide (if you need BTW): https://sp18.datastructur.es/materials/lab/lab2setup/lab2setup
Thanks a lot. :)
@Serge Baranov
Please zip and share the project that doesn't work for you, also share the IDE logs (https://intellij-support.jetbrains.com/hc/articles/207241085): https://intellij-support.jetbrains.com/hc/articles/206869619.
Thank you for your reply.
I've already share project and logs.
Also, I've send an email to intellij-support@jetbrains.com
@Serge Baranov
Remove disabled_plugins.txt from the CONFIG directory (https://intellij-support.jetbrains.com/hc/articles/206544519) and restart IntelliJ IDEA.
The problem is caused by the disabled JUnit plug-in:
You can also enable it per http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
Thank you so much, Mr.Baranov ,You're very gentle !
Under your professional help, I've solved the problem finally !
Thank you so so so much !
Have a good day ! ❤ 💪🏻
@Serge Baranov