Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/User/User Guide/Eclipse Installer"

([Optional and Recommended] Install Eclipse CDT)
Line 120: Line 120:
 
</div>
 
</div>
  
== [Optional and Recommended] Install Eclipse CDT ==
+
== [Optional and <span style="color: green">Recommended</span>] Install Eclipse CDT ==
  
 
If you plan on doing more than just modeling using UML-RT, such as generating, building, and running C++ code, you will also need to install the Eclipse CDT.
 
If you plan on doing more than just modeling using UML-RT, such as generating, building, and running C++ code, you will also need to install the Eclipse CDT.

Revision as of 13:07, 23 October 2015

Installing Papyrus for Real Time using the Eclipse Installer

Introduction

This tutorial will show you how to install Papyrus for Real Time using the Oomph-based Eclipse Installer.

Note: You will need Java 1.7 installed.

Note: The instructions in this tutorial are illustrated using Linux. Steps and images may differ slightly if the installation is done on a different operating system (both Windows and Mac OS are supported for developing models). Some of these differences have been indicated when known, but some may also be missing.

Install the Eclipse Installer

First, you will need to download and install the Eclipse Installer.

Note: If you are installing into an existing Eclipse workbench, you can follow the instructions on the "[Papyrus-RT/User Guide/Installation | Installing Papyrus for Real Time - Manual Installation]" tutorial.

  1. Go to http://www.eclipse.org/downloads/
  2. Download the "Eclipse Installer" package for your operating system
  3. Decompress the downloaded archive to a folder such as "~/Apps/EclipseInstaller/" (folder name and location will vary depending on operating system)
PapyrusRT-O-EclipseInstaller.png

Download the Papyrus-RT configuration file

  1. Download the Papyrus-RT-specific configuration file for the Eclipse Installer. You can use the folder from the previous step.
PapyrusRT-O-configFile.png

Install Papyrus for Real Time

Now that the installer is available and you have the Papyrus-RT installation configuration file, you can install the software.


Start the Eclipse Installer

  1. Open the eclipse-installer folder and double-click on the eclipse-inst application.
PapyrusRT-O-StartSclipseInstaller.png

The Eclipse Installer Projects

You have now started the Eclipse Installer.

However, the Papyrus-RT product is not available in the list of projects presented to you. You will have to manually add it to the list.

  1. Click on the icon at the top right.
  2. Select "Advanced Mode..."

This has for effect to restart the Eclipse Installer in the "Advanced Mode", which will allow you to specify an external setup file.

PapyrusRT-O-EclipseInstallerProjects.png

Set up the Papyrus-RT configuration

You can now set up the Papyrus-RT configuration that will define the how to install the product.


  1. Select the from the list.
  2. Click on the [+] to the right of the filter box to add a user product.
  3. In the resulting dialog, click on [Browse File System...].
  4. Navigate to the folder where you saved the "Papyrus-rt.setup" file.
  5. Click [OK].
  6. The Papyrus-RT.setup file is shown in the dialog.
  7. Click [OK] to complete the selelection.
PapyrusRT-O-SetUpConfig.png

Go back to simple mode

The Papyrus-RT product is now available in the list of products.


  1. Click on the "Switch to simple mode" button to get back to the simpler interface.
PapyrusRT-O-Back2SimpleMode.png

Install Papyrus-RT

You can now install the Papyrus-RT product

  1. Click on [Papyrus-RT]
  2. Validate the Java VM
  3. Pick the location for the installation
  4. Click on [Install]
PapyrusRT-O-Install.png

Accept the licenses

You will have to accept the licences to continue the installation.

  1. Review and [Accept] the licenses
PapyrusRT-O-AcceptLicenses.png

Accept unsigned content

Some of the Papyrus-RT content is unsigned at the time these instructions were created.

  1. Click [Accept].
PapyrusRT-O-AcceptUnsignedContent.png

Launch!

You can now click on [LAUNCH] to start creating models!

PapyrusRT-O-Launch.png

[Optional and Recommended] Install Eclipse CDT

If you plan on doing more than just modeling using UML-RT, such as generating, building, and running C++ code, you will also need to install the Eclipse CDT.

Done!

PapyrusRT-O-Done.png

Back to the top