Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 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:57)
  4. at
  5. sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:606)
  7. at org.springsource.loaded.ri.ReflectiveInterceptor.jlrMethodInvoke(ReflectiveInterceptor.java:1254)
  8. at com.intellij.rt.execution.CommandLineWrapper.main(CommandLineWrapper.java:121)
  9. Caused by: java.lang.NoClassDefFoundError: org/springsource/loaded/ri/ReflectiveInterceptor
  10. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:119)
  11. ... 6 more
  12. Caused by: java.lang.ClassNotFoundException: org.springsource.loaded.ri.ReflectiveInterceptor
  13. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  14. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  17. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  19. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement