Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JDT Code Setup Using Oomph"

(Eclipse Product and Version selection)
Line 24: Line 24:
 
[[File:ProductSelection.PNG]]<br>
 
[[File:ProductSelection.PNG]]<br>
  
=== Project setup===
+
=== Project and Variable setup===
 
+
=== Variable setup===
+
 
+
====Eclipse Install====
+
 
+
====Workspace====
+
  
 
====JDT Core====
 
====JDT Core====
Line 39: Line 33:
  
 
====JDT Debug====
 
====JDT Debug====
 +
 +
====Eclipse Install====
 +
 +
====Workspace====

Revision as of 07:42, 10 February 2015

This page is a work in progress ...
This page is a starting point for where to begin when wanting to contribute to the JDT project using Oomph. The goal of this wiki page is to help users to setup coding workspace for JDT components using Oomph.

Setting up Oomph

Oomph can be extracted to a local folder after downloading it from https://wiki.eclipse.org/Setup-Eclipse.
You can know more about Oomph project at https://projects.eclipse.org/proposals/oomph
FAQ is available at https://wiki.eclipse.org/Eclipse_Oomph_FAQ

Using Oomph

Commonly used Preferences

Eclipse has many workspace-specific preferences. Oomph helps us set the preferences across all workspaces.
Oomph can manage following preferences and by enabling the last preference, any preference set later can be managed by Oomph:

  • Refresh Resources Automatically?
  • Show Line Numbers in Editors?
  • Check Spelling in Text Editors?
  • Execute Jobs in Background?
  • Encode Text Files with UTF-8?
  • Enable Oomph Preference Recorder?

Eclipse Product and Version selection

Select Eclipse Product as "Eclipse IDE for Java Developers"
Product version can be selected as Mars, Luna, Kepler or Juno

ProductSelection.PNG

Project and Variable setup

JDT Core

JDT Core Binaries

JDT UI

JDT Debug

Eclipse Install

Workspace

Back to the top