Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 2. Creating a Build Environment
This chapter describes how to create a build environment to develop applications using the Java software development kit.
2.1. Installing the Java Software Development Kit Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Install the Java software development kit and accompanying documentation.
Procedure 2.1. Installing the Java Software Development Kit
- Ensure your system is subscribed to the
Red Hat Enterprise Virtualizationentitlement in Red Hat Subscription Manager:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the required packages:
yum install rhevm-sdk-java yum install rhevm-sdk-java-javadoc
# yum install rhevm-sdk-java # yum install rhevm-sdk-java-javadocCopy to Clipboard Copied! Toggle word wrap Toggle overflow
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.