I\'m trying to read a mdb file with jet encode with a very simple program.
import java.io.File; import java.io.IOException; import com.healthmarketscience.jackc
Finally I solved my problem changing the library jackcess-encrypt-2.1.2.jar by jackcess-encrypt-2.1.0.jar.
I don´t know why but this made me possible did this work.