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 "Lyo/modelling and generation/installation"

< Lyo
(Created page with "== Installation == The Modelling environment and code generator is known to work on Eclipse Luna and Mars. The easiest way to install the tools is via the update-site http:/...")
 
Line 1: Line 1:
== Installation ==  
+
= Installation =
The Modelling environment and code generator is known to work on Eclipse Luna and Mars.
+
The Modelling environment and code generator is known to work on Eclipse Luna and Mars. But, first make sure your Eclipse environment is setup as expected for general OSLC4J development, as instructed in [[Lyo/creating_OSLC4J_project | General Setup for OSLC4J development]]
  
 
The easiest way to install the tools is via the update-site http://download.eclipse.org/lyo/p2/stable/. (This URL is intended to be accessed via the Eclipse update functionality, and not via a web browser.)
 
The easiest way to install the tools is via the update-site http://download.eclipse.org/lyo/p2/stable/. (This URL is intended to be accessed via the Eclipse update functionality, and not via a web browser.)

Revision as of 14:54, 21 October 2016

Installation

The Modelling environment and code generator is known to work on Eclipse Luna and Mars. But, first make sure your Eclipse environment is setup as expected for general OSLC4J development, as instructed in General Setup for OSLC4J development

The easiest way to install the tools is via the update-site http://download.eclipse.org/lyo/p2/stable/. (This URL is intended to be accessed via the Eclipse update functionality, and not via a web browser.)

  1. Select Help --> Install New Software...
  2. Set Work With: to the update site http://download.eclipse.org/lyo/p2/stable/
  3. Select both features (1) Lyo Code Generator and (2) Lyo Toolchain.
  4. Proceed with the installation steps.
  • Note: You will receive a warning that the software contains unsigned content. Press OK to proceed.
  • Problems installing?: If you face problems installing the plugin (or when updating to a new version), try one of the following:
    1. check the "Contact all update sites during install to find required software" option
    2. check/uncheck “Group items by category” (particularly the case, if you get the message “there are no categorized items”)
    3. uninstall existing version and then re-install the plugin again.

Back to the top