I just found out that my clojure project is using jre7, while the other project is using jre6. That probably has something to do with it.
On Monday, 15 October 2012 19:17:26 UTC-4, JvJ wrote: > > 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