...
<p>
Download the following files from the <ahref="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle website</a>:
</p><ul><li>Windows x64 Server JRE 8u31</li><li>Linux x64 Server JRE 8u31</li><li>Mac OSX x64 JRE 8u31</li></ul><p>and place them in your local maven repository as</p><ul><li>~/.m2/repository/com/oracle/server-jre/8.31/server-jre-8.31-windows-x64.tar.gz</li><li>~/.m2/repository/com/oracle/server-jre/8.31/server-jre-8.31-linux-x64.tar.gz</li><li>~/.m2/repository/com/oracle/jre/8.31/jre-8.31-macosx-x64.tar.gz</li></ul>
...
When I first read this, I just tried to copy the files into those specific locations. That doesn't work of course, they have to be installed via the maven install command. Seems like the documentation could benefit from that detail.
Here's the commands I used, assuming the tar.gz files are in the current dir
When I first read this, I just tried to copy the files into those specific locations. That doesn't work of course, they have to be installed via the maven install command. Seems like the documentation could benefit from that detail.
Here's the commands I used, assuming the
tar.gz
files are in the current dirNot sure if this is something that people are expected to know, but just wanted to note that it threw me off for a little bit.
The text was updated successfully, but these errors were encountered: