Where is the generic linux binary openjdk7.tar.gz?

18,820

Solution 1

Unfortunately, such files do not exist. You can follow these instructions to install OpenJDK for Linux distributions that use DEB and RPM packages.

You could extract the files from the DEB (using dpkg-deb or ar) or RPM (using rpm2cpio [1] [2] [3]) packages and create your own tarball.

Or, if you're up for the challenge, you can compile your own build using the build instructions. The nice thing about building your own is that you can create a debug build (Google does not return much information on debug builds, but you can look at the Makefile for some information), which avails useful debugging options.

Solution 2

You may find OpenJDK7 binaries for Linux (built on Debian Squeeze) in openjdk-unofficial-builds github project. *-image.zip files contain plain archives of JDK without installers.

Disclaimer: I've built them myself

Edit: typo about macos

Share:
18,820

Related videos on Youtube

S-C
Author by

S-C

Updated on June 04, 2022

Comments

  • S-C
    S-C almost 2 years

    Where can I get a vanilla tar.gz binary build download of openjdk7 for linux, similar to the oracle/sun vanilla jdk download?

    • teknopaul
      teknopaul about 10 years
      How trying to download the Java Development Key this be "off-topic" Surely its "software tools commonly used by programmers" Nowadays getting Java devkits is non-trivial.
    • SScholl
      SScholl almost 6 years
  • Andrew Barber
    Andrew Barber over 11 years
    Thanks for posting your answer! Please be sure to read the FAQ on Self-Promotion carefully. Also note that it is required that you post a disclaimer every time you link to your own site/product.
  • alexkasko
    alexkasko over 11 years
    I'm sorry, I'll add disclaimers