Since the latest Java 8 update 40 release I can't edit textfields anymore in a Web Start/RIA/ULC application.

asked 17.03.2015 at 12:42

Peter%20St%C3%B6ckli's gravatar image

Peter Stöckli ♦
(suspended)
accept rate: 69%

edited 30.03.2015 at 17:07


This is a known Oracle JRE bug with Java 8 update 40 on a Mac with Mac OS X 10.10 Yosemite.

See here: https://stackoverflow.com/questions/28865399/osx-blocking-jnlp-launch-java1-8u40-anyone-know-why

Either downgrade the JRE (not recommended) or use this workaround:

A workaround (if you can control the client Java settings) is to add "-Xdebug" in Java Control Panel -> Java -> View... -> Runtime Parameters.

link

answered 17.03.2015 at 12:44

Peter%20St%C3%B6ckli's gravatar image

Peter Stöckli ♦
(suspended)
accept rate: 69%

edited 17.03.2015 at 12:55

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
×3

Asked: 17.03.2015 at 12:42

Seen: 5,031 times

Last updated: 30.03.2015 at 17:07