Re: Inconsistent Exceptions

2012-10-16 Thread AtKaaZ
Compile compliance level: 1.6 Generated class files compatibility: 1.6 Source compatibility: 1.6 I think regardless of what jdk you use to run/compile them, these 3 (or at least the first 2) are affecting what you said. I got those from eclipse (but there should be command line equivalents of thos

Re: Inconsistent Exceptions

2012-10-15 Thread JvJ
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: > -Run

Inconsistent Exceptions

2012-10-15 Thread JvJ
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