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"

(Updated explaination on how the setup works)
Line 26: Line 26:
 
=== Using Oomph ===
 
=== Using Oomph ===
  
As any new technology, Oomph requires some extra words.  
+
To install the JSDT development environment, you should download and install Oomph, preferably in the 64bit version.
 +
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.  
  
* To install the JSDT development environment, download the [https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup org.eclipse.wst.jsdt.releng/JSDT.setup], and follow instructions on this video: [https://www.youtube.com/watch?v=R_F6qcxl15E| Setup the JSDT dev env in 4 minutes]
+
[[File:Install-jsdt-ide-with-oomph.gif|410px]]
  
* To learn more, watch [https://www.youtube.com/watch?v=cxUn1QIBRUk|How the setup was created], or read [[media:Oomph-setup-jsdt-development.pdf| [pdf] Setup JSDT dev env using Oomph .setup]] (provisional)
+
Oomph is a new technology and it requires some extra words.
 +
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].
  
 
== Using JSDT ==   
 
== Using JSDT ==   

Revision as of 19:50, 2 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.

Using Oomph

To install the JSDT development environment, you should download and install Oomph, preferably in the 64bit version. 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.

Install-jsdt-ide-with-oomph.gif

Oomph is a new technology and it requires some extra words. 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.

Using JSDT

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