cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web IDE Personal Edition UI5 Library

phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi all,

I am using SAP Web IDE Personal Edition and met a problem.

The UI5 library inside is a lower version and thus cannot run projects which needs a higer version UI5 library.

Can I just download latest version and copy and paste into UI5 folder of Web IDE to replace the old one?

Would it cause any problems or conflicts?

Accepted Solutions (0)

Answers (2)

Answers (2)

richard-zhao
Employee
Employee
0 Kudos

Hello, Eric Maybe you can use CDN to get high version UI5 Library. thanks

<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js">
</script>
phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Zhao, I use this method as temp solution.

However, I cannot push this code into the Git repository.

It's better to use src="../resources".

Joseph_BERTHE
Active Contributor
0 Kudos

You can use a local Apache server which provide you the latest UI5 version, and in your application target to that server.

Regards,
Joseph

phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can I specify a different server in Web IDE?