cancel
Showing results for 
Search instead for 
Did you mean: 

How to install older version of SAPUI5 SDK manually in eclipse?

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

santhu_gowdaz
Active Contributor
0 Kudos

you download the old version and extract in your local disc and add that version to your eclipse.

and don't forget to change the boot strp src to src="resources/sap-ui-core.js" then only it will refere to your local installed version.

Former Member
0 Kudos

Hi Santhosh,

Thank you for your answer but I've already tried your solution but the eclipse always prompt that "there is no software for installation". I also don't know where is the exact location where to extract the downloaded SDK. Thanks.

Private_Member_15166
Active Contributor
0 Kudos

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>

Answers (0)