Advertisement
Guest User

Untitled

a guest
Oct 28th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Exception in thread "main" java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  5. at java.lang.reflect.Method.invoke(Method.java:497)
  6. at boot.Loader.main(Loader.java:234)
  7. Caused by: java.lang.RuntimeException: Failed to load ClojureRuntimeShimImpl
  8. at org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime(ClojureRuntimeShim.java:21)
  9. at org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime(ClojureRuntimeShim.java:32)
  10. at boot.App.newShim(App.java:280)
  11. at boot.App.aetherShim(App.java:309)
  12. at boot.App.writeProps(App.java:184)
  13. at boot.App.readProps(App.java:224)
  14. at boot.App.main(App.java:411)
  15. ... 5 more
  16. Caused by: java.lang.ClassNotFoundException: org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl
  17. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  19. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  20. at org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime(ClojureRuntimeShim.java:18)
  21. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement