halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
455 stars 86 forks source link

javaws missing for java8 #84

Open thatnerdjosh opened 4 years ago

thatnerdjosh commented 4 years ago

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

donbeave commented 4 years ago

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.

thatnerdjosh commented 4 years ago

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 notifications@github.com Sent: Tuesday, April 28, 2020 10:52:42 PM To: halcyon/asdf-java asdf-java@noreply.github.com Cc: Josh Santos josh@nerdsville.net; Author author@noreply.github.com 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.

halcyon commented 4 years ago

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