0

My Eclipse status bar is showing this weird message and refuses tu run Junit tests: enter image description here

My question is:

  • What does this message means?
  • Has it anything to do with my problem with running Junit tests?

I am using eclipse Mars:

Version: Mars.2 (4.5.2)
Build id: M20160212-1500
borjab
  • 11,149
  • 6
  • 71
  • 98

1 Answers1

1

Take a look at Eclipse Bug 484390. The relevant discussion is near the bottom.

"but i found the problem. it was an error in the AUT configuration. i had typed into the field "Executable File Name" the path to the .bat with which i used to start the gui. but that seems to be wrong. now i give this field the path to the java.exe, the "AUT Working Directory" the path to the \lib dir where the jars are and as "AUT Arguments" -classpath "file1.jar,file2.jar,..." . that worked and the object mapping mode shows me some green highlighting."

MikeJRamsey56
  • 2,779
  • 1
  • 20
  • 34
  • I accept the answer at the best for the moment. But I solved the issue without any change in configuration. Tried to close eclipse and the saving process hanged. After waiting a long time I killed eclipse and after restarting It worked OK. – borjab Mar 21 '16 at 09:30
  • 1
    With Eclipse, you need to restart when certain changes are made. I have been bitten that way before. That is why Restart is one of the options on the File pulldown. :-) – MikeJRamsey56 Mar 21 '16 at 13:42