Rob Wolfe <r...@smsnet.pl> writes:

> Unfortunately I have no idea what is the reason of this problem,

That makes two of us.

> but I'm curious what Java version are you using?

user=> (map #(System/getProperty %)
            ["java.version" "java.vendor" "java.vm.version"])
("1.6.0_17" "Sun Microsystems Inc." "14.3-b01")
user=> (map #(System/getProperty %)
            ["os.name" "os.version" "os.arch"])
("Windows XP" "5.1" "x86")

> Have you tried by any chance two different Java versions with the same
> result?

No, that's the only one I have installed. In a few days when I return to
the office, I can try it against version 1.6.0_14 as well.

In the meantime, I'll continue the investigation.

-- 
Steven E. Harris

-- 
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

Reply via email to