Este conteúdo não está disponível no idioma selecionado.
Install Red Hat JBoss Developer Studio
Information for users installing JBoss Developer Studio
Abstract
1. Install Options Copiar o linkLink copiado para a área de transferência!
2. System Requirements Copiar o linkLink copiado para a área de transferência!
- 4 GB RAM
- 1.5 GB of hard disk space
Note
3. Install JBoss Developer Studio BYOE when Online Copiar o linkLink copiado para a área de transferência!
- 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 (Luna) 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 Copiar o linkLink copiado para a área de transferência!
Important
.zip file before proceeding to installing JBoss Developer Studio BYOE in offline mode.
- Locate and download Red Hat JBoss Developer Studio <version> Update Site Zip.
- Start Eclipse Luna.
- Click Help→Install New Software.
- In the Work with field, enter the path of the
.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 2. 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 Copiar o linkLink copiado para a área de transferência!
- 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 3. 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 4. Path Selected for Recursive Scanning for Application Servers
6. Install JBoss Developer Studio Stand-alone and JBoss EAP Copiar o linkLink copiado para a área de transferência!
- 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 5. Check Box Selected for Installing JBoss EAP
- Continue to follow the on-screen instructions to complete the installation process.
7. Advanced Install Tasks Copiar o linkLink copiado para a área de transferência!
7.1. Install JBoss Developer Studio by Script Copiar o linkLink copiado para a área de transferência!
- 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 Copiar o linkLink copiado para a área de transferência!
.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 Copiar o linkLink copiado para a área de transferência!
| Revision History | |||
|---|---|---|---|
| Revision 8.0.0-3 | Tue Nov 25 2014 | ||
| |||
| Revision 8.0.0-2 | Tue Oct 14 2014 | ||
| |||