简体   繁体   中英

OpenWebStart + IcedTea-Web: JavaScript launch button

With OpenWebStart (Java SE 11), what JavaScript script should we use to create the launch button ?

With Java SE 8 I used:

  <script src="http://java.com/js/deployJava.js"></script>
  [...]
  <script>
      var url = "ConfigureButtonsSample.jnlp";
      deployJava.createWebStartLaunchButton(url, '11');
  </script> 

Is this still the recommended script for Java SE 11/ OpenWebStart? Or is there a replacement?

we do not have such replacement for OpenWebStart. At the moment we do not plan to invest in this area.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM