-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api-ms DLLs should not be redistributed #564
Comments
@khourig can you specify where these api-ms DLLs are located? I'll follow up once I've got confirmation |
For instance: |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
This still needs investigating |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Is there a time table for this to be addressed? |
@khourig It's not on our priority list presently, so will require a volunteer to pick it up |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
@gdams I'm not sure I'm understanding this use case, is this expected behaviour for all OpenJDK distros? |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Here is post that recommends using the VC redistributable installer. The redistributable installers: |
@andrew-m-leonard You might have an opinion on this and reproducible builds. |
I don't think this is correct, the redist DLLs listed here: https://docs.microsoft.com/en-us/visualstudio/releases/2022/redistribution |
Ok so a local copy of the api-ms DLLs for Windows 7 and older. An honest question: are those systems relevant? For my project, they are not. We will remove the api-ms DLLs from the jdk folder. |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Please provide a brief summary of the bug
The api-ms DLLs are to be distributed by Microsoft only and are installed by Windows Update.
The permitted distributable DLLs are listed here https://docs.microsoft.com/en-us/visualstudio/releases/2022/redistribution
Please provide steps to reproduce where possible
No response
Expected Results
No api-ms DLLs installed.
Actual Results
Some api-ms DLLs installed.
What Java Version are you using?
JDK11.0.14.1
What is your operating system and platform?
No response
How did you install Java?
No response
Did it work before?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: