RE: javaws needed for applications.
Augusto Sepulveda Bilbao <[email protected]> Wed, 8 Mar 2023 22:27:57 +0000
| Newsgroups | gmane.comp.lang.as400.java |
|---|---|
| Message-ID | <PH0PR20MB59415B25BA755240BB0A7101C3B49@PH0PR20MB5941.namprd20.prod.outlook.com> |
Hi. Javaws (Java Web Start) has been deprecated since Java 9 and has been removed from Java 11 onwards. As a result, if you need to run Java applications that previously used javaws, you may need to find an alternative solution. One alternative is to package the Java application as a standalone executable using tools like Launch4j, JSmooth, or Packr. These tools can create native executable files for different operating systems, allowing you to distribute your Java application without requiring a separate installation of Java. Another alternative is to use a containerization solution like Docker to package the Java application and its dependencies together in a container. This allows you to run the Java application on any system that has Docker installed, without worrying about the underlying operating system or Java version. Finally, you can also use the Java Network Launch Protocol (JNLP) as an alternative to Java Web Start. JNLP is a Java technology that allows Java applications to be launched from a web browser without requiring a full installation of Java on the client machine. However, keep in mind that JNLP also has its own security concerns and limitations, so it's important to use it with caution. Ultimately, the choice of replacement will depend on your specific use case and requirements. Jope this help Augusto. De: Jack Woehr via JAVA400-L<mailto:[email protected]> Enviado: miércoles, 8 de marzo de 2023 3:54 p. m. Para: Java Programming on and around the IBM i<mailto:[email protected]> CC: Jack Woehr<mailto:[email protected]> Asunto: Re: javaws needed for applications. https://openwebstart.com/ On Wed, Mar 8, 2023 at 1:33 PM Jim Oberholtzer <[email protected]> wrote: > We have a customer that has several applications that need javaws. The > newer java downloads no longer include them. They are using SEMARU 17 now. > Is there a reasonable replacement for javaws available? > > -- > Jim Oberholtzer > Agile Technology Architects > > -- *JACK WOEHR, IBM Champion 2021-2023 <https://www.credly.com/users/jack-woehr/badges>* *SENIOR IBM i ENGINEER* 303.847.8442 [email protected] stay connected <https://www.linkedin.com/company/absolute-performance-inc./> <https://www.absolute-performance.com/> www.absolute-performance.com<http://www.absolute-performance.com> NON-DISCLOSURE NOTICE: This communication including any and all attachments is for the intended recipient(s) only and may contain confidential and privileged information. If you are not the intended recipient of this communication, any disclosure, copying further distribution or use of this communication is prohibited. If you received this communication in error, please contact the sender and delete/destroy all copies of this communication immediately. -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l. -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l.