Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Breaking change in 2.7.0?

Am 05.04.2022 um 08:15 schrieb Fauth Dirk (XC-ECO/ESM1) via tycho-dev:
"Could not find the Toolchain nor JAVA_HOME, trying java from PATH instead"

You toolchain.xml _must_ contain exactly this (with the right id of course). The version is not sufficient.

   <provides>
       <id>JavaSE-16</id>
   </provides>

Back to the top