Problem with Lemur

I am trying to use Lemur to create GUI.
Here is the error:NoClassDefFoundError: org/slf4j/LoggerFactory when initialise the GUI.

Can anyone help with this?

Think through the problem:

  • What jar file should that class be found in?
  • Is that jar included in the libraries that are available to your application at runtime?
  • if not, how was it skipped?
2 Likes

You are missing the slf4j library which is required by lemur.

https://www.slf4j.org/download.html

EDIT:
Check the prerequisites because you might be missing other jars as well.

1 Like