Red Hat Training

A Red Hat training course is available for Red Hat Virtualization

1.2. Installing the Java Software Development Kit

Install the Java software development kit and accompanying documentation.

Procedure 1.1. Installing the Java Software Development Kit

  1. Enable the required channels:
    # subscription-manager repos --enable=rhel-7-server-rpms
    # subscription-manager repos --enable=rhel-7-server-rhv-4.0-rpms
    # subscription-manager repos --enable=jb-eap-7.0-for-rhel-7-server-rpms
    
  2. Install the required packages:
    • For V3:
      # yum install ovirt-engine-sdk-java ovirt-engine-sdk-javadoc
    • For V4:
      # yum install java-ovirt-engine-sdk4
The Java software development kit and accompanying documentation are downloaded to the /usr/share/java/rhevm-sdk-java directory, and can now be added to Java projects.