My pc is using Windows 7 64 bit. But the server where my jsp web applications will be deployed is 32 bit.
Do I need to install 32bit JDK/JRE in my PC to develop? I’m using Eclipse.
Thank you very much.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You definitely don’t need to install a 32-bit JRE in order to develop. The Java code that you build won’t have any trace of your 64-bit-ness. (I’m assuming you’re not using JNI, which would complicate matters somewhat.)
You may want to install a 32-bit JRE for testing purposes though – to make sure you’re not trying to use more than 2GB of memory etc.