lightningj-org / lightningj

Core implementation of the lightningj API implementations.
http://www.lightningj.org
GNU Lesser General Public License v3.0
47 stars 11 forks source link

Following tutorial NoClassDefRoundError #74

Open TheoBong opened 2 years ago

TheoBong commented 2 years ago

Subject of the issue

I copied this code directly into my enviroment and have this pom.

When I run java -jar file-with-dependencies.jar it receive this error: https://pastebin.com/ahW8YFXT

Your environment

Steps to reproduce

Copy the aforementioned code, compile it, and attempt to run it.

Expected behaviour

The code should run without error.

Actual behaviour

The code errors (https://pastebin.com/ahW8YFXT)