I have been trying to find out the answer for this question for some time now but to no avail. So I'm posting it here. Our browsers require us to download java plug ins to display certain contents.
So I allowed it to download the latest JRE. Well and good, but why do browsers need JRE (JVM,since JVM can't be without JRE) in the first place? I do understand that there are websites which uses Java applets for displaying content and so require JRE. But most of the applet type of contents have been replaced by flash in the internet. So other than applets is there anything that require JRE to be installed for us to view the website? Servers use Java but when the response is sent its going to be HTML, so why do we need java in our browser other than running applets?
I have given a link http://www.java.com/en/download/installed.jsp , it is used to verify our version of JRE. When I first visited this site, my browser required me to run the java plug in. So I accepted it and the content was displayed. But when I view the source of this page there are no references to 'applets' in the HTML page, so I believe there must be something other than applets that uses java, what are those 'somethings'?
Anand Athinarayanan wrote:Hello,
...
I have given a link http://www.java.com/en/download/installed.jsp , it is used to verify our version of JRE. When I first visited this site, my browser required me to run the java plug in. So I accepted it and the content was displayed. But when I view the source of this page there are no references to 'applets' in the HTML page, so I believe there must be something other than applets that uses java, what are those 'somethings'?
Hope I have laid out the question clearly !
The "Verify Java Version" button doesn't run an applet, instead it sends the request to the server: /en/download/installed.jsp?detect=jre&try=1 and then returns the OS version, JRE version as the query params - /en/download/installed.jsp?jre_version=1.7.0-ea&vendor=Oracle+Corporation&os=Windows+7&os_version=6.1
The "Verify Java Version" button doesn't run an applet
Yes that is precisely what I'm saying. It doesn't refer an applet, then why is the website asking me to run the java plug in if its just a http request?
My question is, other than applets what are the cases where we need to have java (JRE)installed in our machine to view the contents of a website.
The "Verify Java Version" button doesn't run an applet
Yes that is precisely what I'm saying. It doesn't refer an applet, then why is the website asking me to run the java plug in if its just a http request?
Anand Athinarayanan wrote:
My question is, other than applets what are the cases where we need to have java (JRE)installed in our machine to view the contents of a website.
I dont know of any usecases apart from Applet where browsers require the JRE.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
Anand Athinarayanan wrote:But when I view the source of this page there are no references to 'applets' in the HTML page, so I believe there must be something other than applets that uses java, what are those 'somethings'?