Hi Thanik,

Thanikaiarasu wrote:

> Dear All,
> I would like to know whether commons-dbcp 1.2.2 and commons-pool 1.4 will
> work properly in a 64bit windows server 2008 operating system without any
> issues. Kindly reply and provide any official link for knowing the same.

With very view exceptions all Apache Commons Components do not contain any
native code and are build to run on a JVM. It depends on the component
which version specification that JVM must implement, but that's all.
Commons-dbcp and commons-pool are not different to other Apache components
in this regard.

The platform independence is part of the Java specification and if you are
in doubt, you have to look for compatibility issues in the JVM vendor's
documentation of your target JVM.

Regards,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to