javascriptjavajava-web-starticedtea-webopenwebstart

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?


Solution

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