I want to use external Jython/Python and Java libraries

The thing is that i want to read a .DBF file from a machine so the thing is that i want to use external libraries from python or Java to read it and put it in a Tag that is a DataSet, so i'm having problems achieving that, is it possible? how do i do it? where do i put the external library (the exact path in C:) ? ,
How would the Jython script look in Ignition?

You might find this helpful (a JDBC connection is the Right Answer™ for anything database-ish):

3 Likes