My app was migrated to a maven project.I can run it in the simulator.
But I see that something changed as to accessing the resources I put in the package.
The app used to access some HTML files in a html folder, and I see in the code that I omitted the folder name (html) part.
If I recall correctly this was because the resources were accessed directly in the root.
Now I see that there is a "resources" folder, and no matter what complete path I prefix, there is an error when the BC attempts to load the HTML file.
Should I remove all that and put on root as before?
Thanks in advance