I don't have any examples; using a Clojure lib like that is a real pain. As you can see, interop to Java doesn't just happens but it must be designed into a library. You may want to consider adding an interop layer on top that vijual thingy or use plain scripting for everything and not use invoke.
On Apr 3, 11:18 am, monyag <[email protected]> wrote: > Hello, Armando! do you can give me short example? I have some > RuntimeExaptions :(.... > > On 3 апр, 01:31, Armando Blancas <[email protected]> wrote: > > > You need to use a few more classes from jvm/clojure/lang. For example, > > with PersistentVector#create(Object...) and one of the > > Keyword#intern() calls you should be able to construct myParams. > > > On Apr 2, 4:32 am, monyag <[email protected]> wrote: -- 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
