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

(Contribute to JSDT, Oomph & Source Code)
Line 28: Line 28:
 
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. Once done, the IDE is launched and, at first start; it'll perform the startup tasks, including getting the source code from Git.
 
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. Once done, the IDE is launched and, at first start; it'll perform the startup tasks, including getting the source code from Git.
  
See this video:
+
* To Contribute to JSDT Source code watch: [https://www.youtube.com/watch?v=jOT-GPaIqj8 Setup JSDT IDE with Oomph](3.20), Patrik
* Contribute and launch from source [https://www.youtube.com/watch?v=jOT-GPaIqj8 Setup JSDT IDE with Oomph](3.20), Patrik
+
* How we created JSDT .setup [https://www.youtube.com/watch?v=cxUn1QIBRUk Oomph Setup for JSDT, an Authoring Example ](31.20), Patrik
+
  
 +
Here you see how we created the JSDT .setup: [https://www.youtube.com/watch?v=cxUn1QIBRUk Oomph Setup for JSDT, an Authoring Example ](31.20).
 
To learn more about Oomph, [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation].
 
To learn more about Oomph, [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation].
  

Revision as of 06:06, 3 October 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, Oomph & Source Code

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. Once done, the IDE is launched and, at first start; it'll perform the startup tasks, including getting the source code from Git.

Here you see how we created the JSDT .setup: Oomph Setup for JSDT, an Authoring Example (31.20). 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. Newest are on top.

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