Where is option for Java Next-Generation Plugin?

安稳与你 提交于 2020-01-25 11:25:30

问题


I have a problem starting a commercial JavaWS application on IE11 on some computers at work. The application eventually starts but the user has to try several times before it works whick is very annoying. We are currently using JRE 1.8.0_40 on Windows 7. I have tried all possible things and in my research I've seen some references to Java Next-Generation Plugin and that It should be activated. When I open the Java Configuration I can't find this option. Why is that?

I have been reading this article where they mention Next-Generation Plugin and different ways of checking that it's activated.


回答1:


If you read the article I linked thoroughly you find this way of checking/setting the option in the registry:

  1. Go to Start/Run and type in “regedit.exe” in the Run dialog box. Click OK
  2. Navigate to the following area in the registry (32-bit Java keys)

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Plug-in\<version>

  1. Find or create the registry key UseNewJavaPlugin (REG_DWORD)
  2. Ensure this key is set to value 1
  3. Close the registry and restart your browser sessions for the setting to take affect


来源:https://stackoverflow.com/questions/29265096/where-is-option-for-java-next-generation-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!