openwebstart

OpenWebStart + IcedTea-Web: j2se element

懵懂的女人 提交于 2020-02-06 04:31:30
问题 With OpenWebStart (Java SE 11), what URL should we use in the j2se element? <j2se href="http://java.sun.com/products/autodl/j2se" version="11+"/> This link seems to be dead. The "autodl" in the path seems to indicate that there should be some kind of auto download. Which URL(s) does OpenWebStart support? 来源: https://stackoverflow.com/questions/59802563/openwebstart-icedtea-web-j2se-element

OpenWebStart + IcedTea-Web: JNLP DOCTYPE or XSD

不羁的心 提交于 2020-01-25 06:49:12
问题 What is the current JNLP specification (version) for OpenWebStart (Java SE 11)? There is an inofficial JNLP version list here, but only up to Java SE 8. Should still the DTD from Oracle/ Sun be used? <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd"> Or is there a newer version? Or even an official XSD? 来源: https://stackoverflow.com/questions/59802510/openwebstart-icedtea-web-jnlp-doctype-or-xsd