Description of problem: Eclipse cdt does not start, it requires to install eclipse-cdt-sdk Version-Release number of selected component (if applicable): Fedora 24 beta Steps to Reproduce: 1. sudo dnf -y install eclipse-cdt 2. eclipse Actual results: !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "org.eclipse.cdt.debug.application.app" could not be found in the registry. The applications available are: ..... at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) .... Expected results: eclipse just starts without error Additional info: sudo dnf -y install eclipse-cdt-sdk helped
Could this be the same issue as Bug 1340953 ? There appears to be a build that solves this in updates-testing.
I can confirm a fresh install of FC24 works fine and dnf -y install eclipse-cdt was enough to have working Eclipse neon. No eclipse-cdt-sdk present through rpm -qa | grep eclipse | grep sdk
Closing as a duplicate of Bug 1340953 since the work to resolve this (if any is remaining) will likely be done there. *** This bug has been marked as a duplicate of bug 1340953 ***