Where do I put files when trying to serve static files with the Spark web framework?
I haven\'t been able to find anything online - I\'m beginning to suspect I don\'
Right click your project on Eclipse, select create New -> Package. Give the new package a name, etc.
Put your static resources under that package, so we can be sure they're under your classpath.