I have two JREs in my system. One of them is 32-bit and the other is 64-bit. In Eclipse, I can configure both options and choose which one to use when starting my application.
I am wondering if I can do the same in Netbeans. I tried going to Project Properties, Libraries, and then tried setting up a new JRE there using Manage Platforms, but it does not accept my JRE directory. How do I proceed?
Remember that I'm talking about JRE, not JDK;)
EDIT: I managed to get it working by downloading the new 32-bit JDK and selecting its directory. I still could not get it to accept the JRE directory.
java netbeans
fromvega
source share