how to resolve 404 not found error for sap-ui-core.js after project is cloned to

Sent: Thursday, February 26, 2015 3:35 PM

After you have cloned one project from github to webide as below:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


When you launch the project you will meet with the error message below:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


There is a 404 not found error:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


Compared to a normal project which is created via WebIDE itself, it is easy to figure out that a file is missing:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


This neo-app.json is necessary for WebIDE to launch the ui5 application, and it will be automatically created by WebIDE if you create a new project there - normally we do not need to change it manually. However, if you clone a ui5 project which is not created by WebIDE ( for example created by Eclipse ), then you have to add this neo-app.json manually.


For entryPath you can just keep its default value, and the mapping for it could be customized, as displayed in the example below:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


Then in your index.html you have to use the customized path accordingly:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


And in the runtime it works as designed:

how to resolve 404 not found error for sap-ui-core.js after project is cloned to


上一篇:How UI5 and FIORI deliver central Javacript library code MIME


下一篇:为什么Note.js 里面没有sap.ui.core.Control.extend()这样的代码,但是runtime有自动生成有