Advertisement
Guest User

Untitled

a guest
Apr 19th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Exception in thread "main" java.lang.ExceptionInInitializerError
  2. at clojure.main.<clinit>(main.java:20)
  3. Caused by: java.io.FileNotFoundException: Could not locate exampleproject/util__init.class or exampleproject/util.clj on classpath., compiling:(exampleproject/server.clj:1:1)
  4.  
  5.  
  6. project.clj:
  7. {
  8. ...
  9. :source-paths ["src/cljc" "src/clj" "src/cljs" "dev"
  10. ...
  11. }
  12.  
  13.  
  14. file structure:
  15. src/
  16. clj/
  17. server.clj
  18. cljc/
  19. util.cljc
  20. cljs/
  21. core.cljs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement