Has the driver been tested with 64 bit environments? The kind of issue I'm worried about is assumptions in the code -- e.g. where ints are used as parameters, and in the 64 bit env, the possibily this could overflow... Any other issue we should be aware of?
Thanks,
Mark
|
Hasn't. With correct JDK (64-bit), it should work correctly.
|