I'm having a peculiar issue with Java interop. I'm running a program in 2 different ways: -Running the program directly -Calling the main function from Clojure
Oddly, by calling main from Clojure, I get an exception that isn't there when I run normally: UnsupportedOperationException This parser does not support specification "null" version "null" javax.xml.parsers.SAXParserFactory.setSchema (:-1) I was able to use the debugger using both running methods, and the parameters seem to be the same. I just don't get it. Does anyone have any ideas? -- 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