Quote:
Originally Posted by phenixia2003
The JDK 8 is backward compatible with JDK 7. However, it would be better to read this page first.
|
Ah, looks some time with the development box; thanks for that link (I'm getting old, blinder than a bat and I didn't see it anywhere).
Quote:
Originally Posted by phenixia2003
If you want to install the JDK 8 with the slackbuild from SlackBuilds.org, you will have to update the variable VERSION (from 7u51 to 8u5) and change the line :
Code:
DVER=1.7.0_$(printf $VERSION | cut -du -f2)
to
|
Well, I use the Slackbuild from the
extra/java directory and automagically does the version, but good to know!
Thanks for the input.