calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
Joel 2020-10-27T03:38:38.014200Z

if i load a clojure file that imports java class, it fails, how do i pick up java classes for importing? (maven project fwiw)

Joel 2020-10-27T03:54:24.014700Z

can i put a maven module in my deps file?

pez 2020-10-27T13:58:40.016Z

@joel380 I’m no expert on this, but I think you can put about any coordinate in the deps file.

Joel 2020-10-27T18:10:27.016800Z

yeah, not figuring out how to put the submodule in the file. i see a reference to :pom but not how to use it.

Joel 2020-10-27T19:43:21.017800Z

Is Calva used much on mixed java/clojure projects? Is there not a way to use the VSCode classpath (in my case maven) when running the REPL?