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 "JSDT/QuickStart"

(Created page with "{{JSDT-slim}} <div id="menu-nav"> * Overview * QuickStart * How to Contribute * Architecture * JSDT...")
 
(edited description how to use oomph)
Line 24: Line 24:
 
To contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video], and [https://wiki.eclipse.org/JSDT/Development#Getting_in_touch_with_the_Community get in touch with us].
 
To contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video], and [https://wiki.eclipse.org/JSDT/Development#Getting_in_touch_with_the_Community get in touch with us].
  
=== Contribute using Oomph ===
+
== Contribute to JSDT, The Oomph Way ==
  
For contributing to JSDT, you should first isntall the 64 bit version of Oomph. Then, launch Oomph in advanced mode, choosing ''Eclipse IDE for committers'' as base, and then selecting the ''JSDT'' checkbox and finalize the installation. Onche the installer is done, it launches the new Eclipse IDE for JSDT development that, at the first run will perform the initial setup tasks. See this [[Media:Install-jsdt-ide-with-oomph.gif|anim gif that shows the install]].
+
The easy way to contribute to JSDT is installing Oomph (64-bit version), launch it in advanced mode, choose ''Eclipse IDE for committers'' as Product, select ''JSDT'' as Project, and complete the installation.  
 +
When done, the Oomph launch the IDE which at first start will perform the startup tasks, including getting the source code from Gerrit repositories.  
 +
* See this video: [https://www.youtube.com/watch?v=jOT-GPaIqj8&yt:cc=on Install the JSDT IDE with Oomph and launch JSDT from sources] (3m20s)
 +
 
 +
The creation of the [https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup JSDT.setup] is [https://www.youtube.com/watch?v=cxUn1QIBRUk explained in this video]. To learn more about Oomph, [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation].  
  
As Oomph is a new technology, we suggest to [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation]
 
To learn more about the Oomph .setup for JSDT, you can check the [https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup JSDT.setup],
 
perhaps you can try a non standard installation watching the [https://www.youtube.com/watch?v=R_F6qcxl15E| video: Setup the JSDT dev env in 4 minutes], or you can learn more on [https://www.youtube.com/watch?v=cxUn1QIBRUk|How the setup was created].
 
  
 
== JSDT Learning Material ==   
 
== JSDT Learning Material ==   

Revision as of 16:50, 12 September 2016


Getting started with JSDT

This page quickly explains how to install and develop JSDT; where to find the learning material; and how to get in touch with the development team.

Install JSDT

You can download the JSDT package from the Eclipse Packages Download Site. Here is the link to the latest released version JSDT Neon R

To contribute to JSDT, please, Setup the Dev Env as explained in the contribution guide, or in this video, and get in touch with us.

Contribute to JSDT, The Oomph Way

The easy way to contribute to JSDT is installing Oomph (64-bit version), launch it in advanced mode, choose Eclipse IDE for committers as Product, select JSDT as Project, and complete the installation. When done, the Oomph launch the IDE which at first start will perform the startup tasks, including getting the source code from Gerrit repositories.

The creation of the JSDT.setup is explained in this video. To learn more about Oomph, look at the official documentation.


JSDT Learning Material

Below you find the material needed to learn how to use JSDT. If you find some issue, please, file a bug report against JSDT.

Videos

Watch the below videos to learn about JSDT 2.0 and its common use cases:

Articles

Read more about JSDT in these articles:

Contacts

For more information about contributing to JSDT or for questions about its internals you have few options:

Back to the top