sitelink1 | |
---|---|
sitelink2 | |
sitelink3 | http://1 |
sitelink4 | http://ko |
sitelink5 | http://download.oracle.com/javase/1.4.2/..._tags.html |
sitelink6 | http://sitelink1 |
codebase 를 통해 JRE를 자동 설치하게 하는 기능은 activex 를 이용한 방식이기 때문에 IE에서만 가능하다
For static versioning, set codebase
equal to:
http://java.sun.com/products/plugin/autodl/<.cab file for the version you want>
For example, for static versioning for the 1.4.2 release (which uses classid
of clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA
), set codebase
to:
http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-win.cab
For a complete list of JRE releases that can be autodownloaded via .cab
files, see Autodownload Files (Windows Only).
For dynamic versioning (which uses classid
of clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
), set codebase equal to:
http://java.sun.com/products/plugin/autodl/jinstall-<major version of family in underscore format>-windows-i586.cab#Version=<full version number for lowest version in family in comma-separated format>
If no version of Java is installed, or a version less than the major version of the family is installed, then this will cause automatic redirection to the latest .cab
for the latest version in the family.
For example, for the 1.4.2 release you would set codebase
as follows:
http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
If the user had version 1.3.1 installed, then the latest version in the 1.4 family would be downloaded and installed. But if any version in the 1.4 family were installed, then it would be used and no download would take place.
Note that the autodownload .cab
files can change as patch releases are released. See below for more about the interpretation of codebase
.
Attribute codebase | It should be a full URL pointing to a Examples: In the above example,
Note that this was for static versioning and that the version number appended to the For dynamic versioning,
The appended version number indicates that if the user has version |
PARAM elementcodebase | Specifies the base URL of the applet. The URL can be relative or absolute but it should be in the domain of the current document. This PARAM element is required only if the applet is not located in the same directory as the document. |
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
14 |
code, codebase 속성과 applet object 동적 생성
![]() | 황제낙엽 | 2012.04.17 | 451 |
13 | Object element 의 onerror 이벤트 | 황제낙엽 | 2011.04.21 | 295 |
12 |
deployJava.js를 이용한 JRE 자동설치 및 Applet 디플로이
![]() | 황제낙엽 | 2011.04.04 | 943 |
11 | Applet 의 모든것 | 황제낙엽 | 2011.04.01 | 620 |
10 | Java Applets in HTML5 | 황제낙엽 | 2010.12.13 | 728 |
9 | (Multiple Browser Supported) Java applet using XHTML 'object' tag | 황제낙엽 | 2010.12.13 | 417 |
8 | <Applet> 과 <Object> 종합 | 황제낙엽 | 2010.12.07 | 389 |
» | codebase 를 통한 autodownload 내용 | 황제낙엽 | 2010.12.07 | 961 |
6 | 오브젝트(object), 이미지와 애플렛(applet) | 황제낙엽 | 2010.12.07 | 394 |
5 | [Applet] Java Plug-in 1.4.2 Developer Guide | 황제낙엽 | 2010.12.07 | 401 |
4 | [Applet] Java Plugin 가이드 (OBJECT/EMBED 태그에 의한 인트라넷) | 황제낙엽 | 2010.11.06 | 443 |
3 | [Applet] Java Plugin 가이드 (HTML 컨버터를 사용한 Java Plug-in 용 Applet 태그의 변환) | 황제낙엽 | 2010.11.06 | 339 |
2 | [Applet] Java Plugin 가이드 (applet,object, 및 embed 태그의 사용) | 황제낙엽 | 2010.11.06 | 441 |
1 | [Applet] Java Plugin 가이드 (Java Plug-in 란. 지원 내용에 대해) | 황제낙엽 | 2010.11.06 | 409 |