How to install older version of SAPUI5 SDK manually in eclipse?
Hi all,
I would like to ask if there are any possibilities how can i install older version of SAPUI5 SDK in eclipse.
I want to install the older version 1.26.10 SDK from OpenUI5 - Download , but I can't find a way. Please help.
Thanks a lot.
Tags:
Dhananjay Choubey replied
Hi,
Download your version in your computer.
Create your application.
Copy the SDK file and paste it to webContent directory.
Here extract your zip folder and from the resources file copy this sap-ui-core.js file only.
Now change your source file n script like this.
<script src="sap-ui-core.js" | //here provide the exact filename with .js extension | |||
id="sap-ui-bootstrap" | ||||
data-sap-ui-libs="sap.m" | ||||
data-sap-ui-theme="sap_bluecrystal"> | ||||
</script> |