forked from mercyblitz/jsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
55 lines (54 loc) · 1.94 KB
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Terms Used</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<hr>
<h1>2 Terms Used </h1>
<hr>
<p> </p>
<table width="90%" border="1" align="center" cellpadding="10" cellspacing="0" bordercolor="#000000">
<tr bgcolor="#CCCCCC">
<td width="25%"> <div align="center"><font size="+2"><strong>Term</strong></font></div></td>
<td><div align="center"><font size="+2"><strong>Description</strong></font></div></td>
</tr>
<tr align="left" valign="top">
<td width="25%">JRE<br> </td>
<td>Java Platform, Standard Edition Runtime Environment</td>
</tr>
<tr align="left" valign="top">
<td width="25%">JVM<br> </td>
<td>Java Virtual Machine</td>
</tr>
<tr align="left" valign="top">
<td width="25%">JNLP Client<br> </td>
<td>A software application or service that implements this specification.
</td>
</tr>
<tr align="left" valign="top">
<td width="25%">Application<br> </td>
<td>The term application refers to the Java application or Java Applet that
is launched by a JNLP Client.</td>
</tr>
<tr align="left" valign="top">
<td width="25%">Extension<br> </td>
<td>The term extension denotes a JNLP file that encapsulates a set of code
resources, such as a optional package or a JRE itself. </td>
</tr>
<tr align="left" valign="top">
<td width="25%">Version-id<br> </td>
<td>A specification of an exact version, e.g., 1.6.0. See also <a href="a.html">Appendix
A</a>.</td>
</tr>
<tr align="left" valign="top">
<td width="25%">Version string<br> </td>
<td>A specification of a key that is used to match the version-ids. For example,
"1.5.0* 1.6.0" is a Version string that will match the version-ids
1.5.0, 1.5.0_01, 1.5.0_02, ..., and 1.6.0. See also Appendix A.</td>
</tr>
</table>
<p> </p>
</body>
</html>