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"

m (Skip ahead if Papyrus-RT setup is already available)
(Added link to skip ahead)
Line 39: Line 39:
 
=== Skip ahead if Papyrus-RT setup is already available ===
 
=== Skip ahead if Papyrus-RT setup is already available ===
  
If you see Papyrus-RT in the list of products after opening the Eclipse Installer, go to step [5] '''Install Papyrus-RT'''
+
If you see Papyrus-RT in the list of products after opening the Eclipse Installer, go to '''[[Papyrus-RT/User Guide/Eclipse Installer#Install_Papyrus-RT|Install Papyrus-RT]]'''
  
 
<div class="figure">[[Image:PapyrusRT-O-SetupAvail.png]]
 
<div class="figure">[[Image:PapyrusRT-O-SetupAvail.png]]

Revision as of 16:40, 18 November 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 screen captures from multiple operating systems. 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://wiki.eclipse.org/Eclipse_Installer
  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

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

Skip ahead if Papyrus-RT setup is already available

If you see Papyrus-RT in the list of products after opening the Eclipse Installer, go to Install Papyrus-RT

PapyrusRT-O-SetupAvail.png

Add Papyrus-RT to the list of 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 <User Products> from the list.
  2. Click on the [+] to the right of the filter box to add a user product.
  3. In the resulting dialog, enter the following URL in the "Resource URIs:" box.
    http://git.eclipse.org/c/papyrus-rt/org.eclipse.papyrus-rt.git/plain/releng/org.eclipse.papyrus-rt.oomph/setups/Papyrus-RT.setup
  4. Click [OK].
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. Select the desired version of Papyrus-RT to install (latest version is shown by default)
  3. Validate the Java VM
  4. Pick the location for the installation
  5. Click on [Install]
PapyrusRT-O-Install.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