无法运行 Java Web Start JNLP
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13302816/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Cannot run Java Web Start JNLP
提问by Rajesh
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?
我有一个特殊的java问题。我使用的是 Windows 7 64 位版本并获得了 JDK 1.7 64 位和 32 位,但问题是,我无法打开下载的 JNLP 文件(例如从 Oracle 教程)这是由于两个不同版本的冲突导致的问题吗? Java 的架构还是背后有任何其他原因?如果我安装了任何一个 JRE(64 位或 32 位),它就可以正常工作并且我可以运行它们。但是如果我卸载 64 位,我的应用程序将无法运行,如果我删除 32 位,我将无法在网络上查看 java 内容。所以,我想让他们都在场。任何人都有解决方案?
回答by
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.
尝试更新您的 Java JRE。我建议您更新 x86 Java,因为原因,为什么我期望它们两者的版本冲突。