Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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 Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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.