glassfish
glassfish copied to clipboard
Remove Java Web Start references from the code
- Deprecated in JDK9, removed from JDK11, now "lives" standalone as OpenWebStart/IcedTea
- https://en.wikipedia.org/wiki/Java_Web_Start
- https://en.wikipedia.org/wiki/IcedTea
- https://icedtea.classpath.org/download/source/?C=M;O=D
- https://openwebstart.com/
- https://github.com/AdoptOpenJDK/IcedTea-Web/graphs/commit-activity
- JNLP Templates in GlassFish did not work 12 years ago (the log manager really doesn't exist so long): https://download.oracle.com/javaee-archive/glassfish.java.net/users/2010/02/42161.html
Another possibility is to fix it and write at least one test for it. What do you think, is it worth of it?