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/Usage"

Line 26: Line 26:
 
=== Contribute using Oomph ===
 
=== Contribute using Oomph ===
  
To install the JSDT development environment, you should download and install Oomph, preferably in the 64bit version.  
+
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]].
Then launch Oomph in advanced mode, use Eclipse IDE for committers as base, select the JSDT checkbox and complete the installation. At the end the new Eclipse IDE for JSDT development will be launched and, on the first run, it'll perform initial setup taks. See this [[Media:Install-jsdt-ide-with-oomph.gif|anim gif that shows the install]].
+
  
Oomph is a new technology and it requires some extra words.  
+
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],  
 
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].
 
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].

Revision as of 19:00, 9 August 2016


Getting started with JSDT

This page explains how to install and use JSDT

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 using Oomph

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 anim gif that shows the install.

As Oomph is a new technology, we suggest to look at the official documentation To learn more about the Oomph .setup for JSDT, you can check the JSDT.setup, perhaps you can try a non standard installation watching the video: Setup the JSDT dev env in 4 minutes, or you can learn more on the setup was created.

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

Here you can watch two youtube videos about JSDT 2.0 and its usage:

Articles

Read more about JSDT in these articles:

Back to the top