---------- Forwarded message ----------
From: Håkon Sagehaug <[EMAIL PROTECTED]>
Date: 01.apr.2008 14:51
Subject: Using jars that depends on slf4j
To: [email protected]

Hi

I wanted to extend the fileUpload example as suggested, with a document
converter JODConverter, I added a dependency in the pom.xml of the
http-handler-unit like this

 <dependency>
      <groupId>com.artofsolving</groupId>
      <artifactId>jodconverter</artifactId>
      <version>2.2.1</version>
    </dependency>

It compiles fine but when I want to run it I get this error

java.lang.NoClassDefFoundError: Could not initialize class
org.slf4j.LoggerFactory

Does anyone have any tips on how to solve this?

cheers, Håkon

-- 
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

-- 
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

Reply via email to