Difference between the structure of openjdk between 6.9 and 7.4 package

General support questions
Post Reply
nupurpriya
Posts: 86
Joined: 2016/10/14 12:07:18

Difference between the structure of openjdk between 6.9 and 7.4 package

Post by nupurpriya » 2018/02/12 07:42:04

Hi,
There is difference between the structuring of the Java-1.7.0-OpenJDK-1.7.0.161-2.6.12.0.el7.centos java-1.7.0-openjdk-1.7.0.141-2.6.12.0.el6_9.
After doing rpm2cpio, in the latter version, I could not found the java binary in the bin directory, only policy tool binary is there. I need the older structure, how can I achieve that in newer versions of OpenJDK.
Is there any documentation on these changes??

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Difference between the structure of openjdk between 6.9 and 7.4 package

Post by avij » 2018/02/12 09:21:30

You may need to get java-1.7.0-openjdk-headless


Post Reply