I am trying to add a .js file https://code.google.com/p/geoxml3/#Basic_Usage to my GWT project.
I have made the entry in my host HTML:
I pasted the .js file in /src/main/resources/ and added it to my build path.
I am getting Error: Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/src/main/resources/geoxml3.js
I found a very complicated solution here: https://stackoverflow.com/a/1660342/768894
Can someone please help me do it in some simple steps.
Thanks