Loading the Dojo Toolkit into your local environment

To use the Dojo Toolkit locally, you must first load the toolkit into your local workspace. You can find a copy of toolkit in the EGL directory structure. The name of the local toolkit is com.ibm.egl.rui.dojo.runtime.local_1.3.2.
To load and configure your environment to use the local toolkit:
  1. Under Import projects, click Get the Dojo Toolkit local project. The Dojo Toolkit imports into your workspace.
  2. Update the EGL build path to specify the Rich UI project dependency. Right click your project and click Properties > EGL Build Path. On the Projects tab, select com.ibm.egl.rui.dojo.runtime.local_1.3.2. Click OK.

Feedback