cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 Libraries not available

Former Member
0 Kudos

Hello All,

I am trying to use responsive grid layout in my SAP UI5 project but I am getting below error:

The problem seems to be that i am not using eclipse in build run to launch index.html but manually opening the index.html in chrome

and I do not have the specific libraries which is linked to my project code.

Below is the sap.ui.layout.form* lib used for it but in below resource i am not able to find layout inside the ui folder .

But in eclipse it is present which i am not using:

Can you please tell how can i make these file offline available or extract it or if possible able to link in my project.

If I have to run using eclipse then is it always required to use a server for it(like Tomcat ).

-Warm Regards

Ajay Nayak

Accepted Solutions (0)

Answers (1)

Answers (1)

AndreasKunz
Advisor
Advisor
0 Kudos

Hi Ajay,

it is not required to use Eclipse. But are you trying to run the index.html directly from the file system? E.g. by dragging the file to chrome?

You should use a web server instead - maybe tomcat or any other, like Apache httpd. put the files to the respective web pages directory and start the server on your computer. Then you can start the app as e.g. http://locahost:8080/myapp (depending on your settings). If it still does not work, check the network requests in your browser. Do some fail?

Regards

Andreas

Former Member
0 Kudos

Hello Andreas,

Worked ... ... thanks you very much....

-Warm Regards

Ajay Nayak