Dear friends,
I create a fiori app in web IDE, then I import it to eclipse to deploy the application to my gateway system, but when I open the index.html file run on ABAP service form my gateway system, it have many problem,first I use this path to load the recourse: resources/sap-ui-core.js but it have error : sap is not defind. So I use this instead, so it can enter the index page. but when I nav to another page, it have another error, I am very confuse by the lib I load,how can I load the lib successfully!
failed to load 'sap/m/toolbar.js' from https://sapui5.hana.ondemand.com/resources/sap/m/toolbar.js: 0 - NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://sapui5.hana.ondemand.com/resources/sap/m/toolbar.js'
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.m,sap.ushell, sap.collaboration"
data-sap-ui-resourceroots='{"Demo": "./"}'
data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_bluecrystal">
</script>
Thanks for your sincerely answer!
Zhang