asdf-java
asdf-java copied to clipboard
javaws missing for java8
I have installed the following JDK:
asdf list java
adopt-openjdk-8u252-b09
But am missing the javaws
utility in mac. Is this expected? If so, what alternatives do I have?
Thanks
Probably you need download JDK from Oracle's website: https://www.oracle.com/java/technologies/javase-jre8-downloads.html
I'm not 100% sure, but I think their bundle probably contains Java Web Start.
Does this mean Java Web Start is not open source? My motivation for using adopt open jdk is so that I don't need to use the proprietary variants.
Thanks
Sent from Outlook Mobilehttps://aka.ms/blhgte
From: Alexey Zhokhov [email protected] Sent: Tuesday, April 28, 2020 10:52:42 PM To: halcyon/asdf-java [email protected] Cc: Josh Santos [email protected]; Author [email protected] Subject: Re: [halcyon/asdf-java] javaws missing for java8 (#84)
Probably you need download JDK from Oracle's website: https://www.oracle.com/java/technologies/javase-jre8-downloads.html
I'm not 100% sure, but I think their bundle probably contains Java Web Start.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/halcyon/asdf-java/issues/84#issuecomment-620692677, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABICGB6NFLLUUTXF3BAUYLDRO33UVANCNFSM4MOGZDJA.
@NerdsvilleCEO webstart is deprecated in Java 9 and was removed in Java 11. You may want to check out https://openwebstart.com/ for a non proprietary variant.