Introducing OpenLaszlo
by Sreekumar Parameswaran Pillai
|
Pages: 1, 2, 3, 4, 5
Installing Laszlo Plugin for Eclipse
IDE for Laszlo is an add-on to Eclipse providing a workbench that helps us to create, edit, debug, and test lzx files. Since many of its features are pretty useful, let's look at how to integrate this to our Eclipse instance.
-
Launch the Eclipse IDE. In the workspace folder, enter C:\laszlosetup. This could be any location; however, if a different path is used, make sure that this is reflected wherever it is referred to in the tutorial.

Figure 2. Select the workspace in Eclipse.
-
Now, Select Help >> Software Updates >> Find and Install.

Figure 3. The plugin install window in Eclipse
-
Select "Search for new features to install" from the next window.

Figure 4. Search for new features to install.
-
In the next window, select "New Archived Site" and browse to the laszloIDE-0.2.0-jdk1.5.zip.
-
Check laszloIDE-0.2.0-jdk1.5.zip.
-
Leave "Ignore features not applicable..." checkbox selected and press Finish.

Figure 5. Select the update sites.
-
After a confirmation screen, the plugin will be installed to your Eclipse development environment. We have set up our development environment!
Set the Environment Variables
The following are the only environment variables that need to be set:
-
JAVA_HOME - C:\jdk1.5.0_02
-
ANT_HOME - C:\Tools\ant-1.6.5