The Artima Developer Community
Sponsored Link

Java Answers Forum
Going 32 on 64

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Going 32 on 64 Posted: Oct 14, 2008 6:31 AM
Reply to this message Reply
Advertisement
Hi

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?

Topic: Netbeans - version checking Previous Topic   Next Topic Topic: applet-servlet socket communication

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use