I have openjdk version "1.8.0_191" in my system. I need Oracle Java 7 for my project. I tried to install with following commands
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
But it is throwing the below error
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package oracle-java7-installer is not available, but is referred to by
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'oracle-java7-installer' has no installation candidate
How to install the both version in my system? Thanks in Advance.