Tuesday 7 June 2016

SAPUI5 Installation to Eclipse IDE

How to install SAPUI5 tools to Eclipse IDE
In this blog we will see step by step procedure to install SAPUI5 tools to eclipse IDE.
1.      Before installing UI5 tools, check if JDK is installed to your system. If not then you can install it from oracle site.

2.      Now download Eclipse IDE for Java EE Developers from official website. http://www.eclipse.org/downloads/packages/release/Mars/2

3.      We don’t need to install eclipse. Just extract the zipped folder and execute eclipse.exe file.  Eclipse will start with welcome page.

4.      Now click on Help->Install new software.


5.      Click on Add button. A popup will appear. Fill the parameters. Provide any Name and in Location provide this URL https://tools.hana.ondemand.com/mars and click ok.

6.      Now select UI Development toolkit for HTML5.

7.      Click next. It will calculate requirements and dependencies. After that you will get this screen.

8.      Click next. Accept License agreement.

9.      Click on Finish. After that tools will start downloading.

10.  Restart your eclipse.
11.  For checking if tools have been installed click on help->Installation Details.


12.  For Developing your first application click on File->New->Other.

13.  Expand SAPUI5 Application Development and Select Application Project.