Hi, Make sure that you are using the same version of slf4j api and implementation for example slf4j-api-1.4.3.jar slf4j-log4j12-1.4.3.jar
On Nov 17, 5:34 pm, Yashasvi <[email protected]> wrote: > Dear, > I had implemented SMSLib for gsm modem send / receive SMS messages. > Now, I need to implement the same with SMPP communication > I have downloaded new version of smslib, jars mentioned in the > website. > Came across an Exception at SLF4J jar. > AS I am done with my ANT procedure. > modified my jsmpp parameters in examples folder and complied. > when trying to run SendMessage class, it throws > //////////////////////////////////////// > Exception in thread "main" java.lang.IllegalAccessError: tried to > access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class > org.slf4j.LoggerFactory > ///////////////////////////////////////// > Reason: I have two jars of slf4j, path is specified. > first jar has path of org.slf4j.LoggerFactory > second jar has path of org.slf4j.impl.Log4jLoggerFactory > > Let me know, Am i misleading myself? or going in a correct path? > Help me to solve SLF4J issue. -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
