1
I need to install open-jdk 7.
I know it used to be possible to simply type sudo apt install openjdk-7-jdk
, but this doesn't work any more.
I know that Java 7 has become quite obsolete, but it is still being maintained - a security update was released a few days ago, so I hope it's still possible to install it.
I'm using Debian 9.
Anyone knows how to do it?
Thanks
apt
was able to find the packages openjdk-7-jdk and openjdk-7-jre using this method, but then complained about missing dependencies. Which in turn needed dependencies to work. Fun fact, it seems that some of these dependencies must be installed from the stretch repo, not the jessie repo.The other answer is much simpler, that 's why I accepted it. – quinao – 2019-04-15T09:27:38.030
@quinao got it, no worries – valiano – 2019-04-15T10:26:47.833