Error building classpath when launching clojure

Good morning, i'm new on MetaBase, when launching clojure i'm getting this error:

Downloading: org/clojure/clojure/maven-metadata.xml from clojars
Downloading: robdaemon/clojure.java-time/0.3.3-SNAPSHOT/maven-metadata.xml from clojars
Downloading: org/clojure/clojure/maven-metadata.xml from central
Error building classpath. The following libs must be prepared before use: [metabase/java-deps]

Does anyone know what the problem is? Thank you in advance.

Hi @ctaddei
Have a read here: Getting this error

1 Like

@ctaddei Go to the meta base folder amd run this command clojure -X: deps prep it will build your class path

1 Like

Thank you flamber!

Thank you ayazwani, ot worked perfectly!