Java JDK 32 bits vs 64 bits
问题 I am creating a quite simple application which reads and display text files and search through them. I am asking myself if there is any interest for me to propose 32 and 64 bits version to the user. Is the difference only in having access to more memory heap size with the 64 bit version or is there any other interest ? Will a 32 bit compiled program work on a 64 bits JVM (I assume yes) 回答1: The only differences between 32-bit and 64-bit builds of any program are the sizes of machine words,