DonDavisFCB
Programmer
Is there a simple query that I can run to determine if my java is 32bit or 64bit? I have several versions of both running on the same server. I am in the process of aplying the Java Time Zone Update and need to programatically determine which java is which. I have everything from 1.3.1 to 5.0. Is there a simple query that will give me the 32/64 information? java -fullversion does not seem to contain that bit of information. (pun intended)