Skip to content

Commit 651034b

Browse files
committed
Redirect to Wikipedia for Java 11 Web Start deprecation
Oracle announced in March 2018 that it will not include Java Web Start in Java SE 11. Jenkins provides a "Java Web Start" button to simplify launching of clients with Java Web Start. That simplified start technique is often used for Windows agents. Jenkins on Java 11 can't use that button because the underlying Java implementation does not support it. The communication protocol used by agent.jar continues to be fully supported and operational with Java 11. Only the Java Web Start button from the web page is not supported in Java 11. See [JENKINS-52282] and jenkinsci/jenkins#3766 for more details.
1 parent d992f25 commit 651034b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: redirect
3+
redirect_url: https://en.wikipedia.org/wiki/Java_Web_Start#Deprecation
4+
---

0 commit comments

Comments
 (0)