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: 4 months ago
JSON representation

Providing Fedora users with an easy method of installing and using Adoptium JDK Mission Control.

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`