I have a jar I built with Scala (using Maven). When I try to import the jar to another Java-based language as a dependency (for example, Clojure), I get an error:
Could not locate my/jar__init.class or my/jar.clj on classpath
How do I make Scala expose a Java-API for this to work?