I downloaded EclEmma 2.3.3 from Eclipse Marketplace to my Kepler Service Release 2. I ran a JUnit test with the test coverage option, but am getting the following error:
Error while loading coverage session (code 5001).
Error while analyzing package fragment root java at F/xxx/target/test-classes (code 5007).
Error while analyzing XXXClass.class.
I am able to run maven build and test within Eclipse with the Maven plugin and can also run tests as JUnit tests. The XXXClass file is not related to the test I ran the coverage on.