Este conteúdo não está disponível no idioma selecionado.
Chapter 3. Installing CodeReady Studio
The following section describes how to install CodeReady Studio:
Note that you can have multiple versions of CodeReady Studio installed on your system with Installer or Eclipse, provided you have these versions located in different directories.
3.1. Installing CodeReady Studio in Eclipse Copiar o linkLink copiado para a área de transferência!
				CodeReady Studio for Eclipse packages the CodeReady Studio plug-ins for your existing Eclipse instance. You can install CodeReady Studio from the Eclipse Marketplace when you are online. This installation method is referred to as BYOE (Bring Your Own Eclipse). Alternatively, you can use the Update Site Zip to install CodeReady Studio when you are offline.
			
The following section describes how to install CodeReady Studio when you are online and when you are offline.
3.1.1. Installing CodeReady Studio in Eclipse when online Copiar o linkLink copiado para a área de transferência!
The following section describes how to install CodeReady Studio BYOE from Eclipse Marketplace.
Procedure
- Start Eclipse IDE 2019‑12.
 - 
							Click  
 - Locate Red Hat CodeReady Studio 12.14 GA.
 Click .
ImportantWhen prompted to select additional features to install, select the Fuse Tooling feature for creating, testing and debugging integration applications.
Follow the on-screen instructions to complete the installation process.
If you receive warnings about installing unsigned content, review the details of the content and, if satisfied, click to continue with the installation.
Restart Eclipse.
Note that the changes do not take effect until you restart Eclipse.
3.1.2. Installing CodeReady Studio in Eclipse when offline Copiar o linkLink copiado para a área de transferência!
					The following section describes how to install CodeReady Studio with the Update Site Zip. Alternatively, you can also use an Installer downloaded on your system instead of the Update Site Zip.
				
					Note that the Target Platform Zip contains the features on which CodeReady Studio depends. It also contains the sources of all the included plug-ins.
				
Prerequisites
- Downloaded Red Hat CodeReady Studio 12.14 Update Site Zip from https://developers.redhat.com/products/codeready-studio/download.
 
Procedure
- Start Eclipse IDE 2019‑12.
 Click
The Available software window appears.
- 
							Click  
to locate the Update Site Zipfile. - Click .
 - Check the Red Hat CodeReady Studio - Bring Your Own Eclipse and Red Hat Fuse Tooling check boxes.
 - Click .
 Follow the on-screen instructions to complete the installation process.
If you receive warnings about installing unsigned content, review the details of the content and, if satisfied, click to continue with the installation.
Restart Eclipse.
Note that the changes do not take effect until you restart Eclipse.
3.2. Installing CodeReady Studio stand-alone using the Installer Copiar o linkLink copiado para a área de transferência!
The Installer contains CodeReady Studio stand-alone that packages the CodeReady Studio plug-ins with Eclipse and dependent third-party plug-ins. The Installer is compatible with all operating systems and is available from a variety of sources, including the Red Hat Customer Portal.
The following section describes how to install CodeReady Studio stand-alone.
Procedure
- Download the Red Hat CodeReady Studio 12.14 Installer from https://developers.redhat.com/products/codeready-studio/download.
 Go to the directory that contains the
.jarfile for the Red Hat CodeReady Studio 12.14 Stand-alone Installer.Review the contents of the
.jarfile. If satisfied, continue with the installation.Start the installer:
java -jar codereadystudio-12.14.0.GA-installer-standalone.jar
$ java -jar codereadystudio-12.14.0.GA-installer-standalone.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow Follow the on-screen instructions to complete the installation process.
ImportantWhen prompted to select additional features to install, select the Fuse Tooling feature for creating, testing and debugging integration applications.
3.3. Performing advanced installation tasks Copiar o linkLink copiado para a área de transferência!
The following section describes how to:
- Install CodeReady Studio using a script.
 - Build the Red Hat CodeReady Studio Installer from the source code.
 
3.3.1. Installing CodeReady Studio using a script Copiar o linkLink copiado para a área de transferência!
The following section describes how to install CodeReady Studio using a script.
Procedure
- Download the Red Hat CodeReady Studio 12.14 Installer from https://developers.redhat.com/products/codeready-studio/download.
 Go to the directory that contains
.jarfile for the Red Hat CodeReady Studio 12.14 Stand-alone Installer.Review the contents of the
.jarfile. If satisfied, continue with the installation.Start the installer:
java -jar codereadystudio-12.14.0.GA-installer-standalone.jar
$ java -jar codereadystudio-12.14.0.GA-installer-standalone.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow Follow the on-screen instructions to complete the installation process.
ImportantWhen prompted to select additional features to install, select the Fuse Tooling feature for creating, testing and debugging integration applications.
After the installation is complete, an
InstallConfigRecord.xmlfile is generated in the CodeReady Studio installation directory.In a terminal window, use:
java -jar codereadystudio-12.14.0.GA-installer-standalone.jar \ /path-to/InstallConfigRecord.xml
$ java -jar codereadystudio-12.14.0.GA-installer-standalone.jar \ /path-to/InstallConfigRecord.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow Replace path-to with the path to the
InstallConfigRecord.xmlfile.
						The generated InstallConfigRecord.xml file is machine-specific and uses the Java Development Kit (JDK) and installation paths of your system. To use the InstallConfigRecord.xml file for other operating systems, JDKs, or paths, you must manually modify the file.
					
3.3.2. Building the CodeReady Studio stand-alone Installer from source Copiar o linkLink copiado para a área de transferência!
The following section describes how to build the CodeReady Studio stand-alone Installer from source.
Prerequisites
- Maven 3.3 or later with Java 8 must be installed. To obtain and configure Maven, see http://maven.apache.org/.
 
Procedure
Clone the git repository:
git clone https://github.com/jbdevstudio/jbdevstudio-product.git
$ git clone https://github.com/jbdevstudio/jbdevstudio-product.gitCopy to Clipboard Copied! Toggle word wrap Toggle overflow Navigate to the
jbdevstudio-productdirectory:cd jbdevstudio-product
$ cd jbdevstudio-productCopy to Clipboard Copied! Toggle word wrap Toggle overflow Checkout into
master:git checkout master
$ git checkout masterCopy to Clipboard Copied! Toggle word wrap Toggle overflow Follow the instructions in the README.adoc file.
Note that building the CodeReady Studio stand-alone Installer takes some time.
					When the build is complete, the .jar file for the CodeReady Studio stand-alone Installer is located in the /jbdevstudio-product/installer/target directory.