Chapter 1. Installing Red Hat Developer Studio
Red Hat Developer Studio is an integrated development environment (IDE) based on Eclipse. It integrates tooling and run time components by combining Eclipse, Eclipse Tooling, and Red Hat JBoss Enterprise Application Platform. Red Hat Developer Studio provides plug-ins with tools and interfaces for Red Hat Decision Manager.
Procedure
Download Red Hat Developer Studio:
- Log in to the Red Hat Customer Portal.
- Click DOWNLOADS at the top of the page.
- On the Product Downloads page, navigate to the JBOSS DEVELOPMENT AND MANAGEMENT section, and click Red Hat Developer Studio.
-
On the Software Downloads page, download Red Hat Developer Studio 12.9.0 Stand-alone Installer (
devstudio-12.9.0.GA-installer-standalone.jar
).
In a terminal window, navigate to the directory where you downloaded the installer JAR file and enter the following command:
java -jar devstudio-12.9.0.GA-installer-standalone.jar
Follow the instructions in the installer to complete the installation.
For more information, see the Red Hat Developer Studio Installation Guide.
Because of an issue in the way multi-byte rule names are handled, you must ensure that the instance of Red Hat Developer Studio is started with the file encoding set to UTF-8
. You can do this by editing the $DS_HOME/studio/devstudio.ini
file and adding the following property: "-Dfile.encoding=UTF-8"
.