Author: jleroux
Date: Fri Apr 12 08:43:01 2019 New Revision: 1857381 URL: http://svn.apache.org/viewvc?rev=1857381&view=rev Log: Documented: (OFBIZ-10757) As discussed on dev ML (https://markmail.org/message/wgy6cjzhv5auy52q) we need to inform users about the consequences of keeping on using Oracle Java. We also suggest to use adoptopenjdk instead of Oracle JDK Thanks to all who discussed on dev ML Modified: ofbiz/branches/release16.11/README.md ofbiz/branches/release16.11/README.md.html ofbiz/ofbiz-framework/branches/release17.12/README.adoc ofbiz/ofbiz-framework/branches/release18.12/README.adoc ofbiz/ofbiz-framework/trunk/README.adoc Modified: ofbiz/branches/release16.11/README.md URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/README.md?rev=1857381&r1=1857380&r2=1857381&view=diff ============================================================================== --- ofbiz/branches/release16.11/README.md (original) +++ ofbiz/branches/release16.11/README.md Fri Apr 12 08:43:01 2019 @@ -37,7 +37,10 @@ The only requirement to run OFBiz is to version 8 installed on your system (not just the JRE, but the full JDK) which you can download from the below link. -[JDK download](http://www.oracle.com/technetwork/java/javase/downloads/index.html) +[JDK download](https://adoptopenjdk.net/) + +[To know more about the JDK](https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244) + >_Note_: if you are using Eclipse, make sure of running the appropriate Eclipse command `gradlew eclipse` before creating the project in Eclipse. Modified: ofbiz/branches/release16.11/README.md.html URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/README.md.html?rev=1857381&r1=1857380&r2=1857381&view=diff ============================================================================== --- ofbiz/branches/release16.11/README.md.html (original) +++ ofbiz/branches/release16.11/README.md.html Fri Apr 12 08:43:01 2019 @@ -33,7 +33,8 @@ under the License. <p><a href="http://www.apache.org/licenses/LICENSE-2.0">OFBiz License</a></p> <h2 id="system-requirements">System requirements</h2> <p>The only requirement to run OFBiz is to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) which you can download from the below link.</p> -<p><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK download</a></p> +<p><a href="https://adoptopenjdk.net/">JDK download</a></p> +<p><a href="https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244">To know more about the JDK</a></p> <blockquote> <p><em>Note</em>: if you are using Eclipse, make sure of running the appropriate Eclipse command <code>gradlew eclipse</code> before creating the project in Eclipse. This command will prepare OFBiz for Eclipse with the correct classpath and settings by creating the.classpath and .project files.</p> </blockquote> Modified: ofbiz/ofbiz-framework/branches/release17.12/README.adoc URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/README.adoc?rev=1857381&r1=1857380&r2=1857381&view=diff ============================================================================== --- ofbiz/ofbiz-framework/branches/release17.12/README.adoc (original) +++ ofbiz/ofbiz-framework/branches/release17.12/README.adoc Fri Apr 12 08:43:01 2019 @@ -58,7 +58,9 @@ version 8 installed on your system (not you can download from the below link. Make sure of setting the $JAVA_HOME environment variable. -http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK download] +https://adoptopenjdk.net/[JDK download] + +https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know more about the JDK] [[quick-start]] // tag::quickstart[] Modified: ofbiz/ofbiz-framework/branches/release18.12/README.adoc URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release18.12/README.adoc?rev=1857381&r1=1857380&r2=1857381&view=diff ============================================================================== --- ofbiz/ofbiz-framework/branches/release18.12/README.adoc (original) +++ ofbiz/ofbiz-framework/branches/release18.12/README.adoc Fri Apr 12 08:43:01 2019 @@ -58,7 +58,9 @@ version 8 installed on your system (not you can download from the below link. Make sure of setting the $JAVA_HOME environment variable. -http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK download] +https://adoptopenjdk.net/[JDK download] + +https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know more about the JDK] [[quick-start]] // tag::quickstart[] Modified: ofbiz/ofbiz-framework/trunk/README.adoc URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.adoc?rev=1857381&r1=1857380&r2=1857381&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/README.adoc (original) +++ ofbiz/ofbiz-framework/trunk/README.adoc Fri Apr 12 08:43:01 2019 @@ -58,7 +58,9 @@ version 8 installed on your system (not you can download from the below link. Make sure of setting the $JAVA_HOME environment variable. -http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK download] +https://adoptopenjdk.net/[JDK download] + +https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know more about the JDK] [[quick-start]] // tag::quickstart[] |
Free forum by Nabble | Edit this page |