NoClassDeffoundError in TestLink Java API

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
avihay
TestLink user
Posts: 2
Joined: Sun May 12, 2013 8:33 am

NoClassDeffoundError in TestLink Java API

Post by avihay »

Hi,

I'm trying to use TestLink Java AP on windows 7. I receive the following exception:

NoClassDefFoundError: org/slf4j/LoggerFactory

when trying to create a new instance of TestLinkAPI:

TestLinkAPI api = new TestLinkAPI(testLinkURL, devKey)

I do have the slf4j-api & slf4j-log4j12 (and also tried slf4j-simple) jars installed in the project.

I searched the web, and didn't find anything that helped.

If you can help with that, it would be great.
Post Reply