Hi,
without having a clear solution and without pinpointing to the exact issue,
I remember seeing this before. Also in unit tests from Java. The person
back then came up with the following solution.
He created a class from Clojure.
(ns your.app.CljApi
(:gen-class))
(defn -init [])
And then calls as early as possible in his application:
static {
CljApi.init();
}
This initialiases the runtime and solved the problem for him.
Maybe a simple access to the Clojure runtime is also sufficient:
RT.var("clojure.core", "require"). But I haven't tested that.
Kind regards
Meikel
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.