I'd also like to point out for the record, since I ran into this problem,
that the policy related static code must appear before any requires in the
Java code that loads the application specific functions; like the
"clojure-main" in the OPs example.
I believe a more modern load of the applicati
Fantastic! Thanks for reporting this. Your work helped me get my
application working with Clojure code in a webstart environment.
I do have a question about security in relation to step 3 where the Policy
is set. Is this the strictest policy that will work with Clojure code
compiled at runti