Skip to content

codeurjc/eclipse-gavab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

eclipse-gavab

Eclipse distribution for education

Synopsis

This project provides an Eclipse Oomph setup to create a standalone/preconfigured Eclipse IDE with support for various programming languages. In particular, the resulting installation provides support for the following programming languages.

  • Java
  • C/C++
  • Ruby
  • Haskell
  • Pascal

To achieve this, the following plugin versions are installed by the setup:

  • CDT 8.5 - C/C++ plugin support for Eclipse
  • DLTK 5.x Ruby - Ruby plugin support for Eclipse
  • EclipseFP 0.10 - Haskell support for Eclipse
  • Pascaline - Pascal support for Eclipse
  • IDEConfigurator - Plugin to configure the IDE allowing standalone behavior. It unzips the required tools and connects each tool with its corresponding plugin.

And the following tool versions required by the plugins to work are shipped along with the setup:

Installation

###Installing Oomph Installer

###Preparing the setup

###Performing the installation

  • Run the Eclipse Installer executable and switch to advanced mode via the popup menu.

    alt text

  • On the advanced installation window: choose the IDE for Java Developers product and the version.

    alt text

  • On the setup selection page: click the plus symbol on the upper left side to add our local custom setup selecting the file OomphSetup.setup.

    alt text

    alt text

  • On the installation variables page:

    • Installation location rule: "Installed in a uniquely-named folder within the root install folder"
    • Root install folder: choose your preferred path
    • Installation folder name: eclipse
    • Workspace location rule: "Located in the specified absolute folder location"
    • Workspace location: choose your preferred path
    • Target platform: None

alt text

  • On the confirmation page: finish the wizard, you may be prompted with some dialogs which you should accept during the installation process.

    alt text

  • Close the finish dialog once everything is completed.

  • Once the installation is finished and Eclipse is opened for the first time, the IDEConfigurator plugin may take some time to do its work. You can inspect the .log file inside the .metadata directory of the workspace to check if everything is finished.

    alt text

  • Now you are ready to use your IDE.

About

Eclipse distribution for education

Resources

License

Stars

Watchers

Forks

Packages

No packages published