Windows 8.1 上的 Java 控制面板

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20398289/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 01:39:40  来源:igfitidea点击:

Java Control Panel on Windows 8.1

javanetbeans-7

提问by user3054142

I work with NetBeans 7.4 + Java Update 45 installed on Windows 8.1. I've tried to get to the Java Control Panel, by using the Windows search charm. This does, indeed, lead me to a java icon for the Java Control panel. However, when I click on the icon, something flashes by and then nothing. Does anyone know a work around?

我使用安装在 Windows 8.1 上的 NetBeans 7.4 + Java Update 45。我试图通过使用 Windows 搜索魅力进入 Java 控制面板。这确实让我看到了 Java 控制面板的 Java 图标。但是,当我单击该图标时,有些东西一闪而过,然后什么也没有。有谁知道解决办法?

回答by Luke Woodward

Try running

尝试跑步

C:\Program Files (x86)\Java\jdk1.7.0_45\jre\bin\javacpl.exe

if using 32-bit Java, or

如果使用 32 位 Java,或

C:\Program Files\Java\jdk1.7.0_45\jre\bin\javacpl.exe

if using 64-bit Java. You'll need to run them as administrator for the settings to take effect.

如果使用 64 位 Java。您需要以管理员身份运行它们才能使设置生效。