Tomcat keeps throwing an Unsatisfiable Link Error
for Jacob, despite the fact that I have copied the Jacob jar into the libs
directory for Tomcat. What am I missing?
Asked
Active
Viewed 120 times
1

Agi Hammerthief
- 2,114
- 1
- 22
- 38
1 Answers
1
The solution for this comes from this troubleshooting article and this related question:
- Navigate to the SourceForge project's files. Find the version of Jacob you're using. Download the zip file.
- Once downloaded, extract the
*-x86.dll
and*-x64.dll
files into thebin
directory for Tomcat. - Restart Tomcat
- Navigate to the webapp/page that is throwing the error. It should now be resolved.

Agi Hammerthief
- 2,114
- 1
- 22
- 38