jre download bundles don't extract executably

Martin Buchholz martinrb at google.com
Thu May 29 14:51:40 PDT 2008


HI guys,

I downloaded some of the JREs from download.java.net.
The JRE's are packaged differently from the JDKs, for no apparent reason.
The JDKs are .bin files.  The JREs are .jar files.  Why?
The JDK 6 download bundles were all .bin files.

When I extract the JREs (using java -jar )
The resulting jre1.7.0 directory contains no executable files.
For example, here's what happens when I try to run "java":

$ bin/java -version
zsh: permission denied: bin/java

Martin



More information about the web-discuss mailing list