Skip to content
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

Fix Windows installer #492

Merged
merged 3 commits into from
Apr 9, 2023
Merged

Fix Windows installer #492

merged 3 commits into from
Apr 9, 2023

Conversation

tonihele
Copy link
Contributor

@tonihele tonihele commented Apr 9, 2023

pack200 was removed with Java 14. We are on Java 17. No-go. I did not test this but looks like the Windows installer falls to using the bundled JDK (17) to try unpack pack200 and fails. I have no idea why it works on Linux.

@tonihele tonihele changed the title Update release.yml Fix Windows installer Apr 9, 2023
@tonihele
Copy link
Contributor Author

tonihele commented Apr 9, 2023

Resolves #491

Yeah, I tested this. NB Installer (NBI) seems to check for unpack200.exe from the bundled JDK. It checks this before it even looks that is there anything to unpack. We don't, at least not anymore. All the pack200 are now turned off. The fake unpacker needs to be bundled until NBI is fixed.

@tonihele tonihele linked an issue Apr 9, 2023 that may be closed by this pull request
@tonihele tonihele merged commit 1a8fa26 into master Apr 9, 2023
1 check passed
@tonihele tonihele deleted the bugfix/issue-491 branch April 9, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installer fails on Windows (x64)
1 participant