lightningj-org/lightningj

Following tutorial NoClassDefRoundError

Opened this issue · 0 comments

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

  • version of lightningj: 0.15.0-Beta
  • version and vendor of JDK: openjdk-18, maven
  • your operationg systems: Tested on windows 10 & debian 10

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)