diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-03-31 18:50:49 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-03-31 18:50:49 +0000 |
commit | 89c87596a3f27d6f33cf4281deb225987dbcae37 (patch) | |
tree | b24b8b4e9d0d5b6755e3a61d11a711e2a00795f7 | |
parent | 4f8ad5e2727d407274c979d08b9b0bed2387adbb (diff) | |
download | jackcess-89c87596a3f27d6f33cf4281deb225987dbcae37.tar.gz jackcess-89c87596a3f27d6f33cf4281deb225987dbcae37.zip |
update FAQ
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@302 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/fml/faq.fml | 12 |
1 files 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 @@ <question>Why do I get a NoClassDefFoundError?</question> <answer> <p> - Probably because you're missing a jar that Jackcess depends on from your - classpath. Take a look at the <a href="dependencies.html">dependencies list</a>. The first 3 are required for both building and running - and can be found either at the <a href="http://commons.apache.org/"> - Apache Commons</a> or the <a href="http://www.ibiblio.org/maven">Ibiblio - Maven Repository</a>. 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 <a href="dependencies.html">dependencies list</a>. The "compile" and + "runtime" dependencies are necessary for using Jackcess in your + application. One great place to track down these dependencies is in + the <a href="http://www.ibiblio.org/maven">Ibiblio Maven + Repository</a>. </p> </answer> </faq> |