-
Notifications
You must be signed in to change notification settings - Fork 161
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
Allow JREs #1542
base: main
Are you sure you want to change the base?
Allow JREs #1542
Conversation
Codecov ReportBase: 0.00% // Head: 0.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 121 121
Lines 7409 7428 +19
Branches 1199 1203 +4
=====================================
- Misses 7409 7428 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
682e137
to
cff5b07
Compare
bdeb116
to
3f65088
Compare
If it finds both a `java` and `javac` on the path that don't point to the same JDK it will returns both options.
This can be used to determine which JDKs are actually JREs and which ones are full JDKs.
3f65088
to
d32a2f5
Compare
rebase? |
Still not marked as ready :-) |
This PR allows JREs to be used by Jbang. This should make it possible to use much of Jbang's functionality without having a JDK installed. Except for the most important of course, which is being able to
build
.But this will let you for example list the available JDKs and decide which one you want to install, instead of Jbang first installing a default version, like 11, before it will allow you do do anything else.