asdf-java icon indicating copy to clipboard operation
asdf-java copied to clipboard

javaws missing for java8

Open thatnerdjosh opened this issue 4 years ago • 3 comments

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

thatnerdjosh avatar Apr 22 '20 14:04 thatnerdjosh

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.

donbeave avatar Apr 28 '20 15:04 donbeave

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.

thatnerdjosh avatar Apr 28 '20 15:04 thatnerdjosh

@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.

halcyon avatar Apr 28 '20 19:04 halcyon