jar files for 64-bit os

Hi Friends,

I am using javamail and sql server drivers in my application i.e. mail.jar,activation.jar,mssqlserver.jar etc. . I have developed the application on 32-bit win os now we r shifting for 64-bit os. I have installed 64 bit java on my server, do I need to install other version (64-bit) of these jar files or current jars will be suffice for me. I am also using apache tomcat, is there a seprate version for 64-bit (I have searched on apache site but could not find it)?

pls guide me.

Regards,

java_guy4ever.

[547 byte] By [java_guy4evera] at [2007-10-2 11:05:57]
# 1
any suggestion..?
java_guy4evera at 2007-7-13 3:40:47 > top of Java-index,Java Essentials,Java Programming...
# 2
Java is 'compile once, run anywhere' so the answer is 'no you don't need 64bit jars'.
sabre150a at 2007-7-13 3:40:47 > top of Java-index,Java Essentials,Java Programming...
# 3

For most software you don't need any special versions for 64bit OS/JVM (the same way you don't need a seperate version for Windows/Linux/Solaris/...).

Only if the software has a native component you need a seperate download, but I don't think any of the programs you mentioned need that.

JoachimSauera at 2007-7-13 3:40:47 > top of Java-index,Java Essentials,Java Programming...