Reputation: 79
I've got a peculiar problem of java. I'm using Windows 7 64bit version and got JDK 1.7 64bit and 32 bit, but the thing is, I'm unable to open the JNLP files downloaded (for eg. from Oracle Tutorials) Is this problem due to the conflict of two different architectures of Java or there is any other reason behind it? If I install any one of the JRE (either 64bit or 32 bit), it is working fine and I can run them. But if I uninstall 64bit, my application won't run, if I remove 32bit, I'm unable to view java content on the web. So, I want to have both of them to be present. Anyone have a solution for this?
Upvotes: 1
Views: 15161
Reputation:
Try updating your Java JRE. I suggest you to update the x86 Java because, the cause, why I expect is a version conflict for the both of them.
Upvotes: 2