Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

.jnlp doesn’t start Ubuntu 18.04

3984303Apr 24 2019 — edited Apr 24 2019

I downloaded the latest Oracle Java in Ubuntu 18.04 and also I installed iced tea to run .jnlp. After so long I had some troubles with the start of the .jnlp but I make it run pointing the settings to the directory of Java JRE inside. the iced tea settings but the .jnlp and is almost run but when it will enter I have a crash with this error message:

javafx/beans/property/readonly object property internal error occurred. Please contact customer support

Here are the full logs on pastebin since is running until it crash:

https://pastebin.com/dZWuqhQK

What could be the problem now?

Comments

fac586
Answer

A page or region can be rendered non-editable by setting suitable logic for the attributes in the Read Only section of its property sheet. Buttons and other components associated with editing the data can then be suppressed using Page/Region is [NOT] Read Only conditions.

Marked as Answer by mt · May 25 2022
mt

@fac586 - perfect. Thank you. I'm glad I asked because the answer was a LOT EASIER than what I was going to do. I had googled for a response, but not easily found the solution.

1 - 2

Post Details

Added on Apr 24 2019
0 comments
1,030 views