Problem: I have a 32-bit Java application that is failing in Windows.
I have both 32-bit and 64-bit versions of Java installed on the machine. The example below shows a 32-bit path because I'm not on the machine that has the issue. On the machine in questions the path is for the 64-bit version and I can only assume this is what is causing the issue.
I've tried adding the 32-bit path to the Users tab but that doesn't seem to stick. I apply changes and when I return it has disappeared.
I've tried adding the 32-bit Java path to the PATH setting in environment variables, no change.
Any tips would be great, or should the software I'm using be doing something different to utilize the 32-bit Java on my machine?