I am running the following application on my Linux machine and we get the:
version 1.7.16 by your slf4j binding is not compatible with [1.6]
important remark - we not have the file - pom.xml in my OS!!!
java $JAVA_OPTS -jar /opt/mcspace/evenacer/mc.kafka.debug.eventTracer.jar server /opt/mcce/evencer/appation.yml
Listening for transport dt_socket at address: 45005
SLF4J: The requested version 1.7.16 by your slf4j binding is not compatible with [1.6]
what is the meaning about version 1.7.16 and 1.6? what is 1.6 version?
# java -version
openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
dose pom.xml file that isnt exist in my OS maybe defined as other file name?