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?
-
if you have installed jdk 1.7 then you should not have any problems, as it comes with javaws. My question is why you need 64 and 32 bit both installed on your system ? Is there any specific application that is running on 32 bit jre ? which application is not running for you with 64 bit ?Srikanth Sridhar– Srikanth Sridhar2012-11-09 06:00:07 +00:00Commented Nov 9, 2012 at 6:00
-
My web-browser can't detect 64 bit JRE. I cannot get verified of having Java from the java website, though I have JRE 64bit installed.Rajesh– Rajesh2012-11-09 06:27:54 +00:00Commented Nov 9, 2012 at 6:27
-
1which web browser are you using ? have you set Java path ?Srikanth Sridhar– Srikanth Sridhar2012-11-09 06:35:09 +00:00Commented Nov 9, 2012 at 6:35
-
1@Rajesh What you describe typically happens when you use Internet Explorer 32 bits - Windows 7 has both IE 32bits and IE 64bits, make sure you use the right version (i.e. the version corresponding to the JRE you have installed).assylias– assylias2012-11-09 06:58:38 +00:00Commented Nov 9, 2012 at 6:58
-
Thanks for the suggestion, But I use Opera. It is also 32 bit, so I'm not able to view the Java Content. My problem is mainly due to the conflict between two versions, x64 and x86. If both are present, everything is working fine except JNLP Java Web Start, If I remove anyone, JNLP is working but, version specific apps donot run.Rajesh– Rajesh2012-11-11 02:21:18 +00:00Commented Nov 11, 2012 at 2:21
Add a comment
|