Java 32/64 bit deployment best practices
Hello community,
We have an enterprise environment with all 64 bit Windows 7 machines. I have been deploying Java up to this point in both 64 bit and 32 bit flavors to prevent issues where a user using the wrong IE wouldn't experience any problems.
I was curious how other companies deploy Java and what their mentality was towards it. Do you guys deploy both flavors of Java, or only one? Is there a reason to go one way over another? Any suggestions or direction would be much appreciated. Thanks.
-
Only 32-bit Java in my organization for years. Never had one case where a user needed 64-bit. - rockhead44 9 years ago
Answers (2)
Comments:
-
Ditto. - anonymous_9363 9 years ago
Yep, I agree.
I do a lot of javas for a lot of clients. People think that since the Windows device is x64 Java has to be.
Even funnier is the 'developers' who think they are on an x64 machine developing x64 apps.
Make the x86 IE the default browser. People will never need to know which sort of java they need. It all happens by magic.
BUT, I do have one client, I don't know how this happened, but they actually have a need for x64 IE and x64 Java. Very strange and I think they are trying to get rid of it.
Stick with x86 (for these apps in particular)