Install Red Hat JBoss Developer Studio
Information for users installing JBoss Developer Studio
Abstract
1. Install Options Copy linkLink copied to clipboard!
2. System Requirements Copy linkLink copied to clipboard!
- 4 GB RAM
- 1.5 GB of hard disk space
Note
3. Install JBoss Developer Studio BYOE when Online Copy linkLink copied to clipboard!
- Start Eclipse Luna.
- Drag the following link into your Eclipse workspace: http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1616973. Alternatively, click →, locate Red Hat JBoss Developer Studio 8.1.0 GA and click .
Figure 1. Red Hat JBoss Developer Studio (Luna) Available from Eclipse Marketplace
- Follow the on-screen instructions to complete the installation process.
4. Install JBoss Developer Studio BYOE when Offline Copy linkLink copied to clipboard!
Important
.zip files before proceeding to install JBoss Developer Studio BYOE in offline mode.
- Locate and download Red Hat JBoss Developer Studio <version> Update Site Zip and Target Platform Zip.
- Start Eclipse Luna.
- Click →→→.
- Click and click to locate the JBoss Developer Studio Target Platform .zip file.
Figure 2. Add JBoss Developer Studio 8.1 Offline Target Platform File
- Click and click again to close the Preferences window.
- Click Help→Install New Software.
- In the Work with field, enter the path of the Update
.zipfile. Alternatively, click Add and click Archive to locate the file. - From the table of components, select JBoss Developer Studio <version> - Bring Your Own Eclipse and click Next.
Figure 3. JBoss Developer Studio version - Bring Your Own Eclipse Selected for Installation
- Follow the on-screen instructions to complete the installation process.
5. Install JBoss Developer Studio Stand-alone Copy linkLink copied to clipboard!
- Locate and download Red Hat JBoss Developer Studio <version> Stand-alone Installer.
- Start the installerAlternatively, you may be able to start the installer by double-clicking the
$ cd /path/to/.jar $ java -jar jboss-devstudio-version-installer-standalone.jar.jarfile. On OS X systems, hold control and click the.jarfile, click , review the.jarfile details and if satisfied click . - Follow the on-screen instructions to complete the installation process.
- Installer step 4
- You must specify a Java developer kit with a 32-bit JRE to install a 32-bit version of JBoss Developer Studio and a 64-bit JRE to install a 64-bit version of JBoss Developer Studio. To change the bit version of the Java developer kit to be used for installing JBoss Developer Studio, in the text field type the path to the appropriate bit version of the Java developer kit.
Figure 4. Default Java VM Selected for Running the IDE
- Installer step 5
- To make use of automatic runtime detection for finding already installed application servers, click Add. In the Location field, type the path from which recursive scanning for application servers is to commence or click to navigate to the location:
- To detect a specific application server, select the install directory for that application server.
- To detect multiple application servers, select a directory higher up the directory tree. Alternatively, this can be achieved by adding multiple locations for scanning.
This task can also be completed after JBoss Developer Studio is installed using the JBoss Runtime Detection wizard, accessed through the IDE Preferences window.
Figure 5. Path Selected for Recursive Scanning for Application Servers
6. Install JBoss Developer Studio Stand-alone and JBoss EAP Copy linkLink copied to clipboard!
- Locate and download Red Hat JBoss Developer Studio <version> Installer with EAP.
- Start the installerAlternatively, you may be able to start the installer by double-clicking the
$ cd /path/to/.jar $ java -jar jboss-devstudio-version-installer-eap.jar.jarfile. On OS X systems, hold control and click the.jarfile, click , review the.jarfile details and if satisfied click . - Follow the on-screen instructions to continue the installation process.
- At installer step 5, when asked if you want to install JBoss EAP, click .
Figure 6. Check Box Selected for Installing JBoss EAP
- Continue to follow the on-screen instructions to complete the installation process.
7. Advanced Install Tasks Copy linkLink copied to clipboard!
7.1. Install JBoss Developer Studio by Script Copy linkLink copied to clipboard!
- Locate and download Red Hat JBoss Developer Studio <version> Stand-alone Installer.
- Start the installer
$ cd /path/to/.jar $ java -jar jboss-devstudio-version-installer-standalone.jar - Step through the installer GUI once to generate a
InstallConfigRecord.xmlfile located in the/path/to/jboss-devstudio/directory. - Perform repeat identical installations without stepping through the installer GUI
$ java -jar jboss-devstudio-version-installer-standalone.jar /path/to/jboss-devstudio/InstallConfigRecord.xml
Note
InstallConfigRecord.xml file is machine-specific, using the Java developer kit and installation paths of your system. To use the InstallConfigRecord.xml file for systems with different operating systems, Java developer kits or paths, you must manually modify the file.
7.2. Build the JBoss Developer Studio Stand-alone Installer from Source Copy linkLink copied to clipboard!
.zip file is provided from which you can build the JBoss Developer Studio stand-alone installer. The source code archive is available from a variety of sources, including the Red Hat Customer Portal.
Important
- Locate and download Red Hat JBoss Developer Studio <version> Sources Zip.
- Extract the contents of the downloaded archive
$ cd path/to/.zip $ unzip jboss-devstudio-version-installer-src.zip - Build the installer
$ cd devstudio/product $ mvn clean install
/path/to/jboss-devstudio/installer/target/ directory.
A. Revision History Copy linkLink copied to clipboard!
| Revision History | |||
|---|---|---|---|
| Revision 8.1.0-5 | Mon Jul 20 2015 | ||
| |||
| Revision 8.1.0-4 | Tue Mar 31 2015 | ||
| |||
| Revision 8.1.0-3 | Wed Mar 25 2015 | ||
| |||
| Revision 8.1.0-2 | Mon Mar 23 2015 | ||
| |||
| Revision 8.1.0-1 | Wed Feb 18 2015 | ||
| |||