My Java application uses a MS Access DB as backend database. (was not my decision) and I'm using a JDBC/ADO beridge to access it.
Now this application must be able to run on 64 Bit.
The problem: There is no JET Module for 64 Bit. But I was told if I run my Java application in 32 bit I coul use the 32 Bit version of the Jet engine also avaiable on a 64 Bit machine.
Now how do I do that?
My first idea goes in the direction to include the complete 32 Bit runtime in my program folder and just launch the javaw.exe there. Would that do any good?