]> source.dussan.org Git - jackcess.git/commitdiff
update FAQ
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 31 Mar 2008 18:50:49 +0000 (18:50 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 31 Mar 2008 18:50:49 +0000 (18:50 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@302 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/fml/faq.fml

index 3297e3068a180092d47ee1c83ac73877df5b92f2..f8dacebd4f2686bdebc2ff46203b150a81493f7a 100644 (file)
       <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>