-
-
Notifications
You must be signed in to change notification settings - Fork 279
Eclipse Temurin Windows Visual Studio, Toolset, SDK and ReDist versions
Andrew Leonard edited this page Nov 13, 2025
·
11 revisions
This document lists the Eclipse Temurin Windows Visual Studio, Toolset, SDK and ReDist versions used for specific releases:
-
Current
- jdk-17.0.17+, jdk-21.0.9+, jdk-25.0.1+
- Visual Studio 2022 LTSC 17.12.12 containing Toolset 14.42.34433
- jdk8, jdk-11
- Visual Studio 2022 LTSC 17.7.3 containing Toolset 14.37.32822
- jdk-17.0.17+, jdk-21.0.9+, jdk-25.0.1+
-
History
- (Up to)jdk-17.0.16, (Up to)jdk-21.0.8, jdk-25.0.0
- Visual Studio 2022 LTSC 17.7.3 containing Toolset 14.37.32822
- (Up to)jdk-17.0.16, (Up to)jdk-21.0.8, jdk-25.0.0
- Current
- "runtime" DLLs (msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll) from Visual Studio 2022 version 17.10.3 containing Toolset 14.40.33807
- "UCRT" DLLs from Windows 11 SDK 10.0.26100.1742
- Visual Studio 2022 Downloads : https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#fixed-version-bootstrappers
- VS2022 BuildTools 'Interactive' Install command:
vs_BuildTools.exe --nocache --wait --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --includeOptional --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.VisualStudio.Component.VC.MFC.ARM64
- Windows SDK Downloads : https://developer.microsoft.com/en-us/windows/downloads/windows-sdk
- Doc on how to create ReDist DLLs "DevKit" : https://github.com/adoptium/temurin-build/blob/master/docs/CreateWindowsReDistDevKit.md