webapp-hardware-bridge
webapp-hardware-bridge copied to clipboard
Unable to start the print application
I created the jar using intellij, created the executable using NSIS. While starting the application getting the below error.
C:\WebApp_Hardware_Bridge>C:\WebApp_Hardware_Bridge\jre\bin\java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Server 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#StaticLoggerBinder for further details.
Any idea why this could be happening?
I think can be related to the Log4J upgrade. Take a look at the manifest.mf file, check if the Log4J versions were also upgraded there.