diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-07-22 03:31:10 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-07-22 03:31:10 +0000 |
commit | 468b7748b3df1870bd477d5e46b2f310859534b6 (patch) | |
tree | 7350588cfe3c59dae280fa9f566e2b35fd11cf58 /xdocs/faq.fml | |
parent | 26026108354c884426085eb33c86208c299ccc7a (diff) | |
download | jackcess-468b7748b3df1870bd477d5e46b2f310859534b6.tar.gz jackcess-468b7748b3df1870bd477d5e46b2f310859534b6.zip |
Applied Mitchell Friedman's patch for support of additional JDBC data types.
Added CREDITS.txt.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@18 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'xdocs/faq.fml')
-rw-r--r-- | xdocs/faq.fml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xdocs/faq.fml b/xdocs/faq.fml index ce2e1b3..93c05f4 100644 --- a/xdocs/faq.fml +++ b/xdocs/faq.fml @@ -110,6 +110,20 @@ </answer> </faq> + <faq id="dependencies"> + <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 loook at the <a href="http://jackcess.sourceforge.net/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://jakarta.apache.org/commons/"> + Jakarta Commons</a> or the <a href="http://www.ibiblio.org/maven">Ibiblio + Maven Repository</a>. The other 3 are only required for building, in which + case, Maven will find them for you. + </p> + </answer> + </faq> + <faq id="hms"> <question>Who is Health Market Science?</question> <answer> |