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
Windows machines do not include Java in their path by default, so it is
a better experience to not require it for the build.
Changes:
- `JdkInfo.props` will export `$(JavaCPath)` and `$(JarPath)`
- We can customize `$(JavaCPath)` and `$(JarPath)` as needed on Windows
- `jdk.mk` generates these values as `javac` and `jar` for existing
platforms
What will need to happen downstream in Xamarin.Android:
- `Configuration.OperatingSystem.props` and `JdkInfo.props` will set
`$(JavaCPath)` and `$(JarPath)` for Windows
- Changes to `PrepareWindows.targets` will be needed
- Cleaned up `JNIEnvGenPath` and places that hardcoded `Configuration`
0 commit comments