java - How to install java7 version to Run an applet in web broswer -
i running applet program in browser.when running applet browser asking me install java7.and redirecting this link
.when download java , install applet working fine.when install got jre only.i did not jdk.
my question is:
i heard 1 thing previously.browser contains java.so if correct ,why need install java7 in system.only browser need java7 version.is there possibility install in browser only.
thanks in advance...
jre includes browser plugins applet execution. need java runtime run applet. jdk development kit(which btw includes jre) don't need in case.
for applet's execution environment read corresponding java docs.
it says
an applet run in existing jre if following conditions met:
- the jre version required applet matches existing jre.
- the jre's startup parameters satisfy applet's requirements.
so need correct jre version run applet.
Comments
Post a Comment