From: James Ahlborn Date: Mon, 31 Mar 2008 18:50:49 +0000 (+0000) Subject: update FAQ X-Git-Tag: rel_1_1_14~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=89c87596a3f27d6f33cf4281deb225987dbcae37;p=jackcess.git update FAQ git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@302 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 3297e30..f8daceb 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -130,12 +130,12 @@ Why do I get a NoClassDefFoundError?

- Probably because you're missing a jar that Jackcess depends on from your - classpath. Take a look at the dependencies list. The first 3 are required for both building and running - and can be found either at the - Apache Commons or the Ibiblio - Maven Repository. The others are only required for building, in which - case, Maven will find them for you. + Probably because you're missing a jar that Jackcess depends on from + your classpath. Take a look at the dependencies list. The "compile" and + "runtime" dependencies are necessary for using Jackcess in your + application. One great place to track down these dependencies is in + the Ibiblio Maven + Repository.