After the installation of Windows 10 Creator update, Java Web Start applications like the AdminUI don't start anymore if I try to launch them out of the Internet Explorer. In other browsers everything works fine.

asked 06.02.2018 at 06:48

Barbara%20Brugger's gravatar image

Barbara Brugger ♦♦
(suspended)
accept rate: 100%


This is a bug in JRE 8 64bit which exists until revision 151 as described here:
https://bugs.java.com/view_bug.do?bug_id=8185661

We recommend updating to the most recent Java version to resolve this issue.

Other possibilities are:

1. Uninstall 64bit JRE and install 32bit version if you haven't already, as the problem only exists in 64bit version.

2. Use an alternative browser like Edge, Mozilla Firefox or Google Chrome.

3. (Not recommended) You can also delete the following registry keys to make it work again (described at https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12386985/):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy{5852F5ED-8BF4-11D4-A245-0080C6F74284}

  • AppName
  • AppPath
  • Policy

Once all 3 keys are deleted, the problem is solved and Java apps start again.

link

answered 06.02.2018 at 06:56

Barbara%20Brugger's gravatar image

Barbara Brugger ♦♦
(suspended)
accept rate: 100%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×7

Asked: 06.02.2018 at 06:48

Seen: 3,085 times

Last updated: 06.02.2018 at 06:56