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.
