groovy - sdkman changed leiningen, clojure path variable -


i've installed groovy language via recommended sdkman package , somehow path leiningen has messed i.e. can no longer

(import '[clojure.string :as string])

without raising following error

classnotfoundexception clojure.string.:as java.net.urlclassloader.findclass (urlclassloader.java:381)

the basic lein repl command working fine otherwise clojure native-java libs only. how correct behavior?

oh, turns out classpath problem and wrong way import alias had go .groovy/conf , add local ~/.m2/**/*.jar startup settings. sovled :)


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -