You are on page 1of 6

How to install sap eclips tomcade v4.3.

2 kepler
-----------------------------------------1.

go to the below link


https://tools.hana.ondemand.com/kepler
2. Click download and will get the below screen

3. Select the windows 32 bits and eclipse standard 4.3.2

4. Download eclipse which is around 200mb zip file and install by specifying
workspace path.
5. After this we need to install the sap ui5 plugin for which we will use the below
link.
6. https://tools.hana.ondemand.com/kepler
7. Now goto help-> install new software like below image in your installed
eclipse.

8. Paste the link in the installation wizard and press enter you can see like below
screen shot.
Select the ui development toolkit for HTML5 and
.

9. Click next and install which may take some time.


After installation create project by selecting the sap ui5 application server
and give the first view.
10.While creating a project if you are getting the below error.

Please follow the below steps.


11.The error is related to the Eclipse Java Compile settings, the standard one is
1.4. I set it to 1.6 and all versions that I mentioned above worked.
12.Solution: Eclipse > Preferences > Java > Compiler > Compiler compliance
level: 1.6
13.To do the above setting you can go to window > preferences

14.After clicking on preferences you will get the below window here change the
compiler compliance level to 1.6 from 1.4 than apply and ok.

15.Following are the steps to install Apache Tomcat and add it into Eclipse Kepler
Use the below link in the install new software under tab Help.
http://download.eclipse.org/releases/kepler

16.Install the two addon and accept the terms and finish.
17.Restart your eclipse.
18.Download tomcade apache server software from the below link:
http://tomcat.apache.org/download-70.cgi
19.Now go to windows>preferences>server> runtime
environment>add>apache tomcade 7.0

20. Click on the srver and add server in the eclipse ,if the server status is
stopped please right click and start it.

You might also like