I don’t think that people understood where the OP came from, and I just ran into this. The following is a detailed context.
Since the latest quarterly updates, the root level directory inside the jre gzipped tar ball server inside "p22187044_17095_Linux-x86-64.zip" is "jdk1.7.0_95"
IMO, this is casually on the side of Oracle. In the case when you need to work with both and try to extract them into the same directory, you will extract them into the same directory.
$ unzip p22187044_17095_Linux-x86-64.zip server-jre-7u95-linux-x64.tar.gz $ tar xzvf server-jre-7u95-linux-x64.tar.gz
In the end, it really depends on your application, which you should use. For vendor applications. I usually refer to their recommendations. If they don’t exist, I use the JDK simply because it includes more “things” that I don’t want to find out, it is necessary at some later date, because there is no easy way to implement all the options for using an interactive application.
user3183018
source share