Skip to main content

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

It's a dependency bug, you just need to disable the Java compatibility check in the preferences under "install" menu.

Il Sab 8 Ago 2020, 13:34 15 knots <fifteenknots505@xxxxxxxxx> ha scritto:
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top