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.
VJET/Importing VJET ANVILs
< VJET(Redirected from VJET/Importing VJET JavaScript Type Libraries)
Most developers will want to use 3rd party JavaScript libraries with VJET JS IDE. VJET JavaScript publishes ANVIL for a few commonly used JavaScript libraries. VJET ANVILs are published as Eclipse projects, imported into the Eclipse workspace, then referenced using the VJET JS IDE code assist features.
Download VJET ANVIL
Get from here the ANVIL library you want to use:
- Node.js
- jQuery
- Dojo
- JSON
- Canvas
You can also find the source code for some of the ANVILs in git see the VJET ANVILS page for list of ANVILs.
Import ANVIL Projects into Eclipse
- In Eclipse, select File > Import
- In the Import wizard select General > Existing Projects Into Workspace
- Select Next
- Select Select archive file, then press Browse and select the project you want to import. You can only select one project at a time.
- Select Finish. The imported VJET ANVIL project appears in the Explorer. In order to reference the types, you must update your project's build path.
Update Your Project's Build Path
- Right-Click on your project; select Build Path -> Configure Build Path
- In the Projects tab, press Add and select the type library projects you want to add. (Only VJET Projects are listed in this dialog)
- Select OK *-> Finish*. The type libraries are added to the project's build path.
- Once added to the build path, you can use the code assist features.