This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String

Hi,

We are using CCSv6 for our product development for Tiva Controllers platform.

For Running Unit test suites to get code coverage we are using Parasoft plugin with CCS.

We are able to run all existing test suites fine except one. While trying to run that single test suite we are getting error.

"java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String".

This is present related file I found in system.

"C:\ti\ccsv6\eclipse\pluginsorg.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603-1326 "

Due to this issue we are not able to take code coverage for that specific test suite and our release date is getting impacting. So please help me to resolve this issue.

Already we tried solution suggested in below link

stackoverflow.com/.../getting-rid-of-org-eclipse-osgi-internal-framework-equinoxconfiguration1-that-c

Regards.

Vishal Rana