I get the error "main" java.lang.NoClassDefFoundError: akka/parboiled2/ParserInput
when I try to run any code which uses Akka Http.
I am using these Jar files:
akka-http-core_2.11-10.0.1.jar
akka-http_2.11-10.0.1.jar
How do I fix this?
I get the error "main" java.lang.NoClassDefFoundError: akka/parboiled2/ParserInput
when I try to run any code which uses Akka Http.
I am using these Jar files:
akka-http-core_2.11-10.0.1.jar
akka-http_2.11-10.0.1.jar
How do I fix this?