Skip to content

Instantly share code, notes, and snippets.

@MadaraUchiha
Created July 5, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadaraUchiha/c38ea71c72b63b4c9669 to your computer and use it in GitHub Desktop.
Save MadaraUchiha/c38ea71c72b63b4c9669 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: com/github/fge/lambdas/consumers/ThrowingConsumer
at com.taboola.clientproperties.commands.Import.parse(Import.java:35)
at com.taboola.clientproperties.CommandParser.run(CommandParser.java:34)
at org.springframework.boot.SpringApplication.runCommandLineRunners(SpringApplication.java:677)
at org.springframework.boot.SpringApplication.afterRefresh(SpringApplication.java:695)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:322)
at com.taboola.clientproperties.ClientProperties.main(ClientProperties.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
Caused by: java.lang.NoClassDefFoundError: com/github/fge/lambdas/consumers/ThrowingConsumer
... 11 more
Caused by: java.lang.ClassNotFoundException: com.github.fge.lambdas.consumers.ThrowingConsumer
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 11 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment