martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

FileNotFoundException: priority_map #52

Closed mobileink closed 7 years ago

mobileink commented 8 years ago

$ lein -version Leiningen 2.5.3 on Java 1.8.0_66 Java HotSpot(TM) 64-Bit Server VM $ lein new tenzing your-app Exception in thread "main" java.lang.ExceptionInInitializerError ... Caused by: java.io.FileNotFoundException: Could not locate clojure/data/priority_map__init.class or clojure/data/priority_map.clj on classpath.

martinklepsch commented 8 years ago

Are you running this within another project maybe? Usually there should be no dependency on priority-maps so I'm not sure what's going on.

martinklepsch commented 7 years ago

closing because of inactivity