Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Plugin-updates are impossible if Eclipse runs with Java 8

This is what blocks users:

Cannot complete the install because some dependencies are not satisfiable
  Software being installed: a.jre.javase 14.0.0
  Software currently installed: C/C++ Autotools support
9.11.1.202004012023 (org.eclipse.cdt.autotools.feature.group
9.11.1.202004012023)
  Cannot satisfy dependency:
    From: C/C++ Autotools support 9.11.1.202004012023
(org.eclipse.cdt.autotools.feature.group 9.11.1.202004012023)
    To: org.eclipse.equinox.p2.iu;
org.eclipse.tools.templates.freemarker.java11
[1.1.100.202001140305,1.1.100.202001140305]
  Cannot satisfy dependency:
    From: Template Engine Freemarker Support (Java 11)
1.1.100.202001140305 (org.eclipse.tools.templates.freemarker.java11
1.1.100.202001140305)
    To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))

org.eclipse.tools.templates.freemarker.java11 is a fragment bundle
hosted on org.eclipse.tools.templates.freemarker

Why does the autotools feature require
org.eclipse.tools.templates.freemarker.java11 but not its host bundle?

Martin


Back to the top