The previous answerer (skuro) pointed out that I need to get the file from the classpath. After a little more digging, this appears to be the solution that works for my case:
(.getFile (clojure.java.io/resource "foo.png"))
The previous answerer (skuro) pointed out that I need to get the file from the classpath. After a little more digging, this appears to be the solution that works for my case:
(.getFile (clojure.java.io/resource "foo.png"))