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"

(Introduction: Added statement that Windows problem is being investigated.)
(Introduction: Clarified statement on possible Windows installation problem.)
Line 12: Line 12:
 
{{Note | Operating System | 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.}}
 
{{Note | Operating System | 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.}}
  
{{Note | Windows | We have had reports that these instructions fail on the next step on some Windows installations and we are investigating. If that is the case for you, You can first try using Java 8 and, if it still does not work, please follow the instructions on the manual installation tutorial (https://wiki.eclipse.org/Papyrus-RT/User_Guide/Installation>.}}
+
{{Note | Windows | We have had reports that the next step (''Install the Eclipse Installer'') fails on some Windows installations and we are investigating. If that is the case for you, using Java 8 has proven a solution for some. If it still does not work, please follow the instructions on the manual installation tutorial (https://wiki.eclipse.org/Papyrus-RT/User_Guide/Installation>.}}
  
 
== Install the Eclipse Installer ==
 
== Install the Eclipse Installer ==

Revision as of 10:48, 13 April 2016

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.png
Java 7
You will need at least Java 7 installed


Note.png
Operating System
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.


Note.png
Windows
We have had reports that the next step (Install the Eclipse Installer) fails on some Windows installations and we are investigating. If that is the case for you, using Java 8 has proven a solution for some. If it still does not work, please follow the instructions on the manual installation tutorial (https://wiki.eclipse.org/Papyrus-RT/User_Guide/Installation>.


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, 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: (you may want to cut and paste from this page)
    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

Done!

PapyrusRT-O-Done.png

Back to the top