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 "VJET/VJET JavaScript IDE Installation Guide"

(New page:  == Introduction == This document describes how to install VJET JavaScript IDE.  VJET JavaScript is comprised of 2 components: * VJET JavaScript IDE - an Eclipse IDE plugin * VJET...)
 
(Install VJET JavaScript Type Libraries)
 
(11 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
Before you can install VJET IDE, you must install:
 
Before you can install VJET IDE, you must install:
  
* [[http://www.eclipse.org/downloads Eclipse Helios]] (VJET JavaScript IDE has been tested with the Eclipse IDE for Java EE Developers version; but you can use any version of Helios)
+
* [[http://www.eclipse.org/downloads Eclipse JEE Edition]] (VJET JavaScript IDE has been tested with the Eclipse IDE for Java EE Developers version)
  
 
If you are not already familiar with Eclipse, please refer to the Eclipse Workbench User Guide for an overview of Eclipse concepts.
 
If you are not already familiar with Eclipse, please refer to the Eclipse Workbench User Guide for an overview of Eclipse concepts.
 
 
 
  
 
== Install  VJET IDE ==
 
== Install  VJET IDE ==
  
 
# From within Eclipse, select  '''Help > Install New Software...'''.
 
# From within Eclipse, select  '''Help > Install New Software...'''.
# Click '''Add...''' copy and paste the location: {nolink:http://www.ebayopensource.org/svn/vjet/tags/RELEASE/plugin/}.  Click '''OK'''.
+
# Click '''Add...''' copy and paste the location: ([http://www.eclipse.org/vjet/download/ please get url location from vjet download page]). Click '''OK'''.
 
# Select '''VJET''' and finish the installation.
 
# Select '''VJET''' and finish the installation.
 
# You will be prompted to restart Eclipse. Select '''Restart Now'''.
 
# You will be prompted to restart Eclipse. Select '''Restart Now'''.
Line 29: Line 26:
 
<br/>
 
<br/>
 
[[Image:Vjet_perspective_js2.gif]]
 
[[Image:Vjet_perspective_js2.gif]]
 
  
 
== What's Next? ==
 
== What's Next? ==
Line 40: Line 36:
 
=== Install VJET JavaScript Type Libraries ===
 
=== Install VJET JavaScript Type Libraries ===
  
For those of you interested in [[https://www.ebayopensource.org/wiki/display/VJET/Using+VJET+JavaScript+Type+Libraries Using VJET JavaScript Type Libraries&nbsp;]] click on the link for instructions on importing VJET JavaScript type libraries into Eclipse and configuring your project(s) to use them.
+
For those of you interested in ???link doesnt work??? [[VJET/Using VJET JavaScript Type Libraries]] click on the link for instructions on importing VJET JavaScript type libraries into Eclipse and configuring your project(s) to use them.
 
+
 
+
 
+
 
+
  
 
=== VJET JavaScript Wiki Documentation ===
 
=== VJET JavaScript Wiki Documentation ===
  
Begin with&nbsp;[[VJET:Getting Started]], which will walk you through creating a VJET project and introduce you to the code assist features..&nbsp; The other documents provide overviews of major VJET JavaScript IDE features.
+
Begin with&nbsp;[[VJET/Getting Started|Getting Started]], which will walk you through creating a VJET project and introduce you to the code assist features..&nbsp; The other documents provide overviews of major VJET JavaScript IDE features.
 
+
 
+
 
+
  
* [[VJET:Getting Started|Getting Started]] <nowiki>-</nowiki> Create a VJET Project and begin using the code assist features
+
* [[VJET/Getting Started|Getting Started]] <nowiki>-</nowiki> Create a VJET Project and begin using the code assist features
* [[https://www.ebayopensource.org/wiki/display/VJET/Code+Assistance+Features Code Assistance Features]] <nowiki>-</nowiki> An overview of the code assist features
+
* [[VJET/Code Assistance Features|Code Assistance Features ]] <nowiki>-</nowiki> An overview of the code assist features
* [[https://www.ebayopensource.org/wiki/display/VJET/Code+Search+Features Code Search Features]] <nowiki>-</nowiki> An overview of the code search features
+
* [[VJET/Code Search Features|Code Search Features]] <nowiki>-</nowiki> An overview of the code search features
* [[https://www.ebayopensource.org/wiki/display/VJET/Importing+VJET+JavaScript+Type+Libraries Importing VJET JavaScript Type Libraries]] <nowiki>-</nowiki> Import the VJET JavaScript type libraries and configure your project to use them
+
* [[VJET/Importing VJET JavaScript Type Libraries|Importing VJET JavaScript Type Libraries]] <nowiki>-</nowiki> Import the VJET JavaScript type libraries and configure your project to use them
  
 
=== VJET JavaScript Documentation in Eclipse ===
 
=== VJET JavaScript Documentation in Eclipse ===
Line 77: Line 66:
 
==== Eclipse Cheat Sheets ====
 
==== Eclipse Cheat Sheets ====
  
With [[VJET:Overview#CheatSheets|Eclipse cheat sheets]] you can step through tutorials and write code at the same time.
+
With [[VJET/Overview#CheatSheets|Eclipse cheat sheets]] you can step through tutorials and write code at the same time.
  
  
 
== Support ==
 
== Support ==
  
For more information or support, please visit our [[http://ebayopensource.org/forum forums]].
+
For more information or support, please visit our [[http://www.eclipse.org/forums/eclipse.vjet forums]].
  
 
[[Category:VJET]]
 
[[Category:VJET]]

Latest revision as of 12:02, 22 July 2013



Introduction

This document describes how to install VJET JavaScript IDE.  VJET JavaScript is comprised of 2 components:

  • VJET JavaScript IDE - an Eclipse IDE plugin
  • VJET JavaScript Type Libraries - Type libraries for popular 3rd party JavaScript libraries

Requirements

Before you can install VJET IDE, you must install:

  • [Eclipse JEE Edition] (VJET JavaScript IDE has been tested with the Eclipse IDE for Java EE Developers version)

If you are not already familiar with Eclipse, please refer to the Eclipse Workbench User Guide for an overview of Eclipse concepts.

Install VJET IDE

  1. From within Eclipse, select  Help > Install New Software....
  2. Click Add... copy and paste the location: (please get url location from vjet download page). Click OK.
  3. Select VJET and finish the installation.
  4. You will be prompted to restart Eclipse. Select Restart Now.
  5. After restart, Eclipse opens in the Eclipse Java EE perspective.  You must switch to the VJET JS Perspective in order to use the VJET features
  6. Select Window -> Open Perspective -> Other...
  7. Select VJET JS (VJET JS Browsing Perspective not yet supported).  You are now in the default VJET JavaScript work environment.



Vjet perspective js2.gif

What's Next?

The fastest way to become proficient with VJET JavaScript IDE is to code. VJET JavaScript documentation is available in 2 forms: open source wiki and Eclipse (cheat sheets, Help)


Since VJET JavaScript IDE is an Eclipse plugin, most of the documentation will be available in Eclipse.  In Eclipse, you can step through tutorials or view documentation while writing code at the same time. 

Install VJET JavaScript Type Libraries

For those of you interested in ???link doesnt work??? VJET/Using VJET JavaScript Type Libraries click on the link for instructions on importing VJET JavaScript type libraries into Eclipse and configuring your project(s) to use them.

VJET JavaScript Wiki Documentation

Begin with Getting Started, which will walk you through creating a VJET project and introduce you to the code assist features..  The other documents provide overviews of major VJET JavaScript IDE features.

VJET JavaScript Documentation in Eclipse

If you prefer to view documentation in Eclipse, begin with an overview of VJET JavaScript features and a simple Hello JavaScript tutorial.

Select the menu item Help > Welcome

  • VJET JavaScript Overview - On the Overview page, click on Developing JavaScript, which will walk you through creating a VJET Project and the code assist and development features.



Vjet welcome overview.gif

  • VJET JavaScript Hello World - On the Tutorials page, click on Hello VJET JavaScript World, which will walk you through creating the familiar Hello World application in VJET JavaScript.



Vjet welcome tutorial.gif


Eclipse Cheat Sheets

With Eclipse cheat sheets you can step through tutorials and write code at the same time.


Support

For more information or support, please visit our [forums].

Back to the top