Thanks to Manish Pandit, I've managed to fix my error.
I'm posting here in case anyone else stumbles upon this problem.
I had placed the lib file inside the web-inf folder, but that was the
problem. Instead, I should have imported it via Eclipse, as a Jar, and
NOT as an External Jar.
Once that was done, the program executed succesfully.
Thanks again, Manish!
-Nushio
> Can you post the exception trace, with the code snippet that causes it?