We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 (x86)'\'Eclipse Adoptium'\jdk-11.0.16.8-hotspot"
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: