Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
1.4. Setting up Java
Sun and OpenJDK Java are supported.
Note
The server requires the JDK, while the agent only requires the JRE.
1.4.1. Setting up the JDK for the JBoss ON Server Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
After downloading and installing the latest Java, configure the system to use that version of Java. For example, to configure the JDK for the server on Red Hat Enterprise Linux:
- Set the
JAVA_HOME
environment variable to the installation directory.- Open the
.bashrc
for the system user that will run JBoss ON. For example:vim /home/jon/.bashrc
vim /home/jon/.bashrc
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add a line to set the
JAVA_HOME
environment variable to the specific JDK directory. For example:export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- Set the system to use the correct version of the JDK using the system
alternatives
command. The selected version has the*+
symbols by it.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
1.4.2. Setting up the JRE for the JBoss ON Agent Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Set the
JAVA_HOME
environment variable to the installation directory.- Open the
.bashrc
for the system user that will run JBoss ON. For example:vim /home/jon/.bashrc
vim /home/jon/.bashrc
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add a line to set the
JAVA_HOME
environment variable to the specific JRE directory. For example:export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk/bin/java/
export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk/bin/java/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- Set the system to use the correct version of the JRE using the system
alternatives
command. The selected version has the*+
symbols by it.Copy to Clipboard Copied! Toggle word wrap Toggle overflow