You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java.Interop.BootstrapTasks] <JdkInfo/> requires include dir (dotnet#366)
The Microsoft OpenJDK package does *not* contain the `includes`
directory, or `jdk.h`, or anything else needed to build native code.
Consequently, it is not useful for *building* Java.Interop.
Update the `<JdkInfo/>` task to require that `JdkInfo.IncludePath`
includes directories. (We don't currently check that `jdk.h` exists,
but we could do so in the future if necessary.) This causes the
Microsoft OpenJDK package to be *skipped* during `make prepare`,
causing the Java.Interop build to instead use a "system" JDK
installation which *does* provide the `include` directories.
0 commit comments