> I believe I can copy-and-paste most of this code in the Java folder. Do I need to put each class in its own file?
I'm not sure what you mean by "each class in its own file". In the example, there's one inner class. If you put this to java folder everything should work. If you use leiningen, you can just specify `:java-source-paths ["src/java"]` in your project.clj. I tested your example and it works pretty well - see here: https://github.com/jumarko/clojure-repl-experiments/blob/master/src/clojure_repl_experiments/experiments.clj#L252 On Tuesday, 19 September 2017 17:59:10 UTC+2, lawrence...@gmail.com wrote: > > I need to add something very much like this to my Clojure app: > > > https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java > > I currently have source paths set up as: > > src/ > clojure/ > java/ > > > > > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.