|
From: Michael H <cm...@gm...> - 2019-05-29 14:39:26
|
re: Oracle Licensing of Java. re: https://community.software.sil.org/t/oracle-changed-license-for-java-se-8-you-must-decide-what-to-do-dab/2184 A recommendation from another discussion group is to use Coretto. ( https://aws.amazon.com/corretto/) I've never heard of Coretto, but I thought I'd throw it out here, for anyone who might be experiencing issues (especially replacing JavaFX, which according to the other discussion is fully supported in Coretto.) On Wed, May 8, 2019 at 9:24 PM Jesse Pavel <jp...@al...> wrote: > Hi Michael, > > Just for running jEdit, I'd recommend using OpenJDK 8 with the Hotspot JVM. > > Either the JDK or JRE will work fine, unless you're planning to compile > Java code on your own, in which case you'd need the JDK. > > Best, > Jesse > > > On Wed, May 8, 2019 at 5:28 PM Michael H <cm...@gm...> wrote: > >> Thanks Jesse, >> >> Do you recommend (for jedit) >> OpenJDK 8 (LTS) or OpenJDK 11 (LTS)? >> Hotspot or OpenJ9 for the VM >> Is there any benefit within Jedit program to installing the full JDK. I >> run recorded macro beanshell scripts (that are then pretty heavily >> modified,) but that's as close to programming as I get. >> >> On Wed, May 8, 2019 at 4:16 PM Jesse Pavel <jp...@al...> wrote: >> >>> Hi Michael, >>> >>> You can get pre-built OpenJDK binaries (including installers) for the >>> Mac from >>> >>> https://adoptopenjdk.net/releases.html#x64_mac >>> >>> Once you have that installed, you should be able to remove the Oracle >>> JRE, and needn't worry about the licensing changes. >>> >>> Best, >>> Jesse >>> >>> >>> On Wed, May 8, 2019 at 4:38 PM Michael H <cm...@gm...> wrote: >>> >>>> I booted a mac for the first time in a few months and Java wanted to >>>> update. This time it included a lot red letters warning me the license for >>>> the JRE has changed, and is now personal use only. >>>> >>>> I don't understand well enough, but the JRE is required to run jedit, >>>> and stuff that I edit with jedit may then be released with a Creative >>>> Commons license which does not exclude commercial activity. I feel like >>>> this exceeds the license which Oracle is now extending. >>>> >>>> So I'm reading about how to avoid having to keep up with an apparently >>>> time limited license, and it seems OpenJDK is the answer. OpenJDK is >>>> already on linux, but its not clearly available for mac, and although I can >>>> deal with installing it, I'm not sure on a system that already has both >>>> Apple JRE and Oracle JRE that I can effectively remove any >>>> unlicensed/improper to use for a CC3-BY license release. Does anyone have >>>> pointers to expert advice on the use of something like jedit in Oracles new >>>> licensing scheme? I've already been working on putting my mac out to >>>> pasture. This may have accelerated the process. >>>> -- >>>> ----------------------------------------------- >>>> jEdit Developers' List >>>> jEd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jedit-devel >>>> >>> |