Using Jackcess Encrypt causes “NoClassDefFoundError” exception for Cobertura

前端 未结 2 1942
失恋的感觉
失恋的感觉 2021-01-26 01:27

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         


        
2条回答
  •  忘掉有多难
    2021-01-26 02:13

    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.

提交回复
热议问题