How to connect to a 32-bit Access Database from 64-bit JVM?

前端 未结 3 1370
梦如初夏
梦如初夏 2020-12-06 21:24

So far, when I had to connect to an 32-bit Access Database, I simply executed the application using 32-bit JVM. However, I am now developing an application that requires 64-

3条回答
  •  孤街浪徒
    2020-12-06 21:58

    The problem is that you should run on Java 32 bit try to install latest JDK and it will work

    I run it using JDK version "jdk-7u67-windows-i586.exe"

提交回复
热议问题