Skip to content

Add SLF4J Simple as a runtime dependency - #1

Open
egosche wants to merge 1 commit into
mt2-erlangen:mainfrom
egosche:patch-1
Open

Add SLF4J Simple as a runtime dependency#1
egosche wants to merge 1 commit into
mt2-erlangen:mainfrom
egosche:patch-1

Conversation

@egosche

@egosche egosche commented May 27, 2026

Copy link
Copy Markdown

Outdated API needs explicit dependency in classpath (see https://www.slf4j.org/codes.html#StaticLoggerBinderfor).

Not adding this dependency results in exception during execution:

SLF4J: Failed to Load class "org.slf4j. impl StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinderfor furt
Exception in thread "main" java. Lang. NuLlPointerException Create breakpoir at project.ProjectHelpers. LoadkSpace (ProjectHelpers. java: 31)
at project.Project.main(Project. java:27)

After adding the dependency, the class is loaded correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant