Hi everyone,
While deploying the project of hello world I am getting an error in the console of the browser that 'sap' is undefined. The error is in the below line,
sap.ui.localResources("sample");
Why this error is coming and I also want to know the process deploying a project in Web Application Server in AS Java of NWDS to check my process is correct or not?