JRE和Java插件的区别 [英] Difference between JRE and Java Plugin

查看:186
本文介绍了JRE和Java插件的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这里读了
http://www.oracle.com /technetwork/java/index-141825.html
JRE 1.4(包括Java插件1.4)

JRE和Plug-在?什么是插件的使用? Firefox和Chrome使用它吗?

在安装Chrome时,它会自行安装插件吗?如果是的话,如果谷歌浏览器安装插件版本和JRE版本更低,那该怎么办?

JRE是Java运行时环境,即您需要解释和执行Java类文件的软件。 Java浏览器插件是JRE和浏览器之间的桥梁,用于运行嵌入在HTML中的Java小程序。

使用Java运行Java代码时存在一些限制插件出于安全原因。所有的代码都运行在一个有限访问文件系统的沙盒中(尽管你可以通过明确的用户权限/正确的签名来超出这些限制)。

I read here http://www.oracle.com/technetwork/java/index-141825.html JRE 1.4 (includes Java Plug-in 1.4)

What's difference between JRE and Plug-in ? What's the use of plugin ? Is it used by Firefox and Chrome ?

When installing Chrome will it install Plug-in itself ? If yes what if Google Chrome install a plugin version and the JRE version is lower ?

解决方案

The JRE is the Java Runtime Environment, i.e. the software you need to interpret and execute Java class files. The Java browser plugin is the bridge between the JRE and the browser, used to run Java classes of applets embedded in HTML.

There are limitations when running Java code with the Java plugin for security reasons. All code is run in a sandbox with limited access to the file system and such (although you can exceed those limits with explicit user permission / proper signing).

这篇关于JRE和Java插件的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆