Bug 1539796
Summary: | javaws gives "Not a launchable JNLP file" error on jnlp file that works fine with Oracle javaws | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Paul Raines <raines> |
Component: | icedtea-web | Assignee: | Deepak Bhole <dbhole> |
Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.4 | CC: | dbhole, jvanek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-01-29 16:47:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Paul Raines
2018-01-29 15:58:18 UTC
<jfx:javafx-desc width="1024" height="768" main-class="gov.nih.nimhda.ndar.validationtool.ValidationTool" name="ValidationTool" > <fx:param name="validationToolAPI" value="https://ndar.nih.gov/api/validationtool/v2"/> </jfx:javafx-desc> <update check="background"/> Hi! That is javafx application. Its support may be probably added to IceTea-Web out of Rhel cycle, however javafx jar nor javafx nativer binding are not finished for openjdk, and are unlikely to reach rhel. In interesting case - if implemented to itw - itw would be able to run agaisnt oracle jdk. OpenJFX is product which was released recently, and is just about half an year in latest Fedora. Also It is far from being complete. Adding Deepak to CC as he may have to say lot for Openjdk x openjdfx x rhel. Sorry for negative news. There is a JavaFX tracker already. I will mark this as a dupe. ITW should not link to Oracle JDK imo; besides, OracleJDK's WebStart implementation would already support it. *** This bug has been marked as a duplicate of bug 1275610 *** Just note - itw will not support jfx:javafx-desc element out of the box. it have to be implemented on top of javafx general suppor, in itw itself. I have no idea how compelx task it maybe, but guess a lot. I have implemented javafx-desc support for ITW. It works moreover fine with JavaFX as we have it in fedora. I have posted long info into Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1145303#c140 |