ESL brings 2 experiences for the Eclipse Developer: it's either you work in an Eclipse universe or you need to go back and forth between Eclipse and Microsoft silverlight Tools (Visual Studio for development and Expression Blend for Design). We'll call those configurations Pure Eclipse and Mixed Eclipse respectively.
To build the application that is developed over this course of this tutorial. You will need to install the following applications:
You've got 2 options to install Eclipse Tools for Silverlight: Eclipse Update or Offline installation.
The Eclipse Update wizard consists in an online installation. You can use this solution if your machine is correctly connected to the Internet. The installation is pretty straightforward and it doesn't require deep knowledges of the Eclipse environment. The Eclipse update wizard finds and installs all the required plugins.
The offline installation is used when your machine is not connected to the Internet or in case there is a firewall that prevents to access the Eclipse update infrastructure. You will be asked to download all required plugins beforehand.
Below are the step by step instructions for configuring Eclipse IDE with the ESL plugin package.
To install ESL, open eclipse, select Help->Software Updates....
Select Available Software tab and click Add Site button.
In the Add Site dialog, fill in the Location as http://www.eclipse4sl.org/update/, which corresponds to the ESL Web update site. Then click OK. If you encounter an error, it may be because you forgot the last "/" in the URL or because you've got firewall restrictions. In the latter case, proceed with the Offline Installation procedure.
Select Eclipse Tools for Microsoft Silverlight option and click Install button. Please see below screen shot.
In the next dialog, check the Eclipse Tools for Microsoft Silverlight, click Next button.
Then read carefully the license agreenment. If you accept all conditions, select I accept... option and click Finish button.
Now, restart your Eclipse for the changes to take effect.
To check the plugin installation is successful, you can select Help->About Eclipse SDK. In the dialog box you will see a new icon with the ESL logo, next to the Eclipse Icon.
When you click on the ESL icon, you should see the picture like below. Click OK to finish.
Eclipse launch configuration should be setted as:
- vmargs
- Xms90m
- Xmx456m
- XX:PermSize=128m
This configuration is best suited for Eclipse developpers who need to work with Visual Studio or Expression Blend developers and designers. It allows you to open Visual Studio and Expression Blend from Eclipse. After following the Pure Eclipse configuration, installation steps, proceed to the following installation: