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

Does not support multiple Arch on Windows #840

Open
dmarsh26 opened this issue Aug 17, 2022 · 1 comment
Open

Does not support multiple Arch on Windows #840

dmarsh26 opened this issue Aug 17, 2022 · 1 comment

Comments

@dmarsh26
Copy link

dmarsh26 commented Aug 17, 2022

We have builds on Windows that require native libs (dll) and therefore need to use either 32 bit x86 JDK or 64 bit x64 JDK.

Is this suppported?

It would be nice to be able to do:

PS C:\Windows\system32> jabba link [email protected] "C:\'Program Files (x86)'\'Eclipse Adoptium'\jdk-11.0.16.8-hotspot"
and

PS C:\Windows\system32> jabba link [email protected] "C:\'Program Files'\Java\jdk-11.0.15.1"

Also it would be nice to support full version string from OpenJDK or Oracle which is 4 parts at least.

@dmarsh26
Copy link
Author

dmarsh26 commented Aug 17, 2022

Also the 1.x nomenclature is deprecated since JDK 5, all modern JDK start with the new major version, 5, 6, 8, 9, 11, 17, 18 etc.

https://stackoverflow.com/questions/2411288/java-versioning-and-terminology-1-6-vs-6-0-openjdk-vs-sun

Not sure how best to address this for pre JDK 5 JDK, but it might be sensible to make this a special case.

Maybe support them simply as 1.2 = 2 and 1.4 = 4, nobody will care about other versions I suspect.

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

No branches or pull requests

1 participant