0

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?

Puce
  • 37,247
  • 13
  • 80
  • 152

1 Answers1

3

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

Hendrik Ebbers
  • 2,570
  • 19
  • 34