views:

423

answers:

1

It is trying to load my TabGroup from the Debug Dialog but I get the error that it is unable to load my tab group class.

In the "details" of the error all it says is:

"org/eclipse/debug/ui/AbstractLaunchConfigurationTabGroup"

Which is the class that my TabGroup extends.

A: 

Do you have correct dependency on org.eclipse.debug.ui plugin specified?

Peter Štibraný