Bug 1637360
| Summary: | Base install of Fedora 29 [beta] includes java but not the REPL (jshell) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | PlaceHolder <PHolder> |
| Component: | java-11-openjdk | Assignee: | jiri vanek <jvanek> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | jerboaa, jvanek, sgehwolf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-09 07:58:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
PlaceHolder
2018-10-09 07:05:44 UTC
It's part of java-11-openjdk-devel (things like jlink too). One way to install it without knowing this is: $ dnf install \*/bin/jshell Since there is a package providing this functionality (java-11-openjdk-devel) which can be easily installed via dnf, I'm closing this issue. Feel free to re-open if you disagree. $ rpm -qa | grep java-11-openjdk java-11-openjdk-11.0.ea.28-8.fc29.x86_64 java-11-openjdk-devel-11.0.ea.28-8.fc29.x86_64 java-11-openjdk-headless-11.0.ea.28-8.fc29.x86_64 $ jshell | Welcome to JShell -- Version 11-ea | For an introduction type: /help intro jshell> |