From 89c87596a3f27d6f33cf4281deb225987dbcae37 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 31 Mar 2008 18:50:49 +0000 Subject: [PATCH] update FAQ git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@302 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/fml/faq.fml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.

-- 2.39.5