https://github.com/aptmac/adoptium-jmc-copr
Providing Fedora users with an easy method of installing and using Adoptium JDK Mission Control.
https://github.com/aptmac/adoptium-jmc-copr
Last synced: 4 months ago
JSON representation
Providing Fedora users with an easy method of installing and using Adoptium JDK Mission Control.
- Host: GitHub
- URL: https://github.com/aptmac/adoptium-jmc-copr
- Owner: aptmac
- Created: 2021-06-14T19:16:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T20:23:12.000Z (7 months ago)
- Last Synced: 2025-10-29T21:31:40.597Z (7 months ago)
- Language: Roff
- Homepage: https://copr.fedorainfracloud.org/coprs/almac/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COPR: JDK Mission Control
### Latest Release: 9.1.1 (July 2025)
### Motivation
The purpose of this repo is to provide Fedora users with a method of easily installing and using JDK Mission Control (JMC). The current methodology includes packaging JMC binaries produced by Adoptium, and hosting them on my copr page: https://copr.fedorainfracloud.org/coprs/almac/
Special thanks to the Adoptium team for providing easy access to builds of JMC. Please find below a list of releases currently supported in copr, and where to find the sources used to package them.
## Instructions for building in copr
Check out the branch that you're interested in building: https://github.com/aptmac/adoptium-jmc-copr
1. Use the included script to download the JMC Snapshot builds from Adoptium
`$ bash fetch-sources.sh`
2. Create a source rpm containing the JMC binaries and contents of this repo
`$ fedpkg srpm`
3. Upload the resulting srpm to COPR, and initiate a build
## Instructions to use the application
1. Enable the copr repo
`$ sudo dnf copr enable almac/jmc`
2. Install JDK Mission Control
`$ sudo dnf install jmc`
3. Run JDK Mission Control
`$ jmc`