Where can I get the JRE binaries/zip for Windows x64bit machine?
I searched on Oracle Java achieve here, but I got the .exes installer files
or
Is it the right thing to copy the installed directories/files by the jre installer?
I am actually packaging JRE along with Tomcat for distribution of webapp.
If you need a zip file, it is possible to install the JDK or JRE using the installer and package the resulting directory afterwards as a zip.
But that will leave you with just a JVM, no control applet, no automatic JAVA_HOME and so on..