Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.0

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 (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`