Possible Duplicate:
where can I get the latest JRE / JDK as a zip file, I mean, no exe installer
Does the Java JDK binary image come in a format which can be just unzipped in a certain folder (i.e. without using an installer)
Possible Duplicate:
where can I get the latest JRE / JDK as a zip file, I mean, no exe installer
Does the Java JDK binary image come in a format which can be just unzipped in a certain folder (i.e. without using an installer)
On Linux the self-extracting Installer doesn't do any real "installation" in the sense that it modifies the system, it simple unpacks itself to a subdirectory of the current directory (and fixes up some .jar
files).
If you want to redistribute the JDK (or JRE), then you can do so, provided you follow the requirements in the README file. For this you'll build your own packages (i.e. zip the appropriate files of your local installation).