Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T14:20:05.000Z (9 months ago)
- Last Synced: 2024-10-12T15:50:52.249Z (3 months ago)
- Homepage: https://copr.fedorainfracloud.org/coprs/almac/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JDK Mission Control copr
### 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, the latest is 9.0.0: https://github.com/aptmac/adoptium-jmc-copr/tree/9.0.01. 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 (specify either jmc8 or jmc9)
`$ sudo dnf copr enable almac/jmc9`2. Install JDK Mission Control
`$ sudo dnf install jmc`3. Run JDK Mission Control
`$ jmc`