aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/htdocs/java/docs/faq.sgml
blob: dfbe8dcf1a90dfca264ddfdc5f8eb35400f40e83 (plain) (blame)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!--
     The FreeBSD Russian Documentation Project

     $FreeBSDru: frdp/www/ru/java/docs/faq.sgml,v 1.6 2004/01/27 13:11:36 den Exp $

     Original revision: 1.7
-->

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "ðÒÏÅËÔ FreeBSD &java;: FAQ">
<!ENTITY % navinclude.developers "INCLUDE">
]>

<html>
  &header;

  <table border="0">
  <tr>
    <td>
      <h2>óÏÄÅÒÖÁÎÉÅ</h2>
      <ol>
        <li> <a href="#q1">óÕÝÅÓÔ×ÕÅÔ ÌÉ &jdk; 1.3 ÄÌÑ FreeBSD?</a>
        <li> <a href="#q2">íÏÖÎÏ ÌÉ ÉÓÐÏÌØÚÏ×ÁÔØ Linux-Port ÏÔ ËÏÍÁÎÄÙ Blackdown?</a>
      </ol>

      <h2>ðÏÌÎÁÑ ×ÅÒÓÉÑ </h2>
      <table border="0" cellspacing="0" cellpadding="2">
      <tr>
	<TD BGCOLOR="#990000" WIDTH="10">
	  <font color="#FFFFFF"><a name="q1"> 1.</a></font></TD>
	<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
	  óÕÝÅÓÔ×ÕÅÔ ÌÉ &jdk; 1.3 ÄÌÑ FreeBSD?</TD>
      </tr>
      <tr>
	<TD BGCOLOR="#990000" WIDTH="10"> <br> </TD>
	<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
	  äÁ.  ÷Ù ÍÏÖÅÔÅ ÓÏÂÒÁÔØ FreeBSD JDK ÉÚ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× ÉÌÉ ÚÁÇÒÕÚÉÔØ
	  ÇÏÔÏ×ÙÊ ÂÉÎÁÒÎÙÊ ÄÉÓÔÒÉÂÕÔÉ×.  úÁ ÄÁÌØÎÅÊÛÅÊ ÉÎÆÏÒÍÁÃÉÅÊ ÏÂÒÁÝÁÊÔÅÓØ
	  Ë ÏÓÎÏ×ÎÏÊ ÓÔÒÁÎÉÃÅ FreeBSD Java.
	</TD>
      </tr>
      <tr bgcolor="#ffcc66">
	<TD BGCOLOR="#990000" WIDTH="10"><br></td>
	<td><font color="#990000"><strong>ðÒÅÄÙÄÕÝÉÊ</strong></font></td>
	<td align=center><font color="#990000"><strong>îÁÞÁÌÏ</strong></font></td>
	<td align=right><font color="#990000"><strong>óÌÅÄÕÀÝÉÊ</strong></font></td>
      </tr>
<tr><td colspan=4><br></td></tr>
      <tr>
	<TD BGCOLOR="#990000" WIDTH="10">
	  <FONT color="#FFFFFF"><a name="q2"> 2.</a></font></TD>
	<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
	  íÏÖÎÏ ÌÉ ÉÓÐÏÌØÚÏ×ÁÔØ Linux-Port ÏÔ ËÏÍÁÎÄÙ Blackdown?
	</TD>
      </tr>
      <tr>
	<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
	<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
	  îÅËÏÔÏÒÙÅ ÓÏÏÂÝÉÌÉ, ÞÔÏ ÕÓÐÅÛÎÏ ÜÔÏ ÓÄÅÌÁÌÉ.	ðÏÐÒÏÂÕÊÔÅ ÓÄÅÌÁÔØ ÔÁË:
	  óËÁÞÁÊÔÅ ÁÒÈÉ×Ù, ÒÁÓÐÁËÕÊÔÅ ÅÇÏ ËÕÄÁ-ÎÉÂÕÄØ.  ôÅÐÅÒØ ÐÒÉÍÅÎÉÔÅ ÔÁËÏÊ
	  diff-ÆÁÊÌ:<br>
	  <pre>
	  --- bin/.java_wrapper.dist	  Thu Jun  3 01:14:34 1999
	  +++ bin/.java_wrapper   Thu Oct 14 19:17:11 1999
	  @@ -31,8 +31,8 @@
	  # Resolve symlinks. See 4152645.
	  while [ -h "$PRG" ]; do
	  ls=`/bin/ls -ld "$PRG"`
	  -    link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
	  -    if /usr/bin/expr "$link" : '/' > /dev/null; then
	  +    link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
	  +    if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
	  PRG="$link"
	  else
	  PRG="`/usr/bin/dirname $PRG`/$link"
	  @@ -63,7 +63,7 @@
	  # Select vm type (if classic vm, also select thread type).
	  unset vmtype
	  unset ttype
	  -DEFAULT_THREADS_FLAG=native
	  +DEFAULT_THREADS_FLAG=green
	  if [ "x$1" = "x-hotspot" ]; then
	  vmtype=hotspot
	  ttype=native_threads
	  --- jre/bin/.java_wrapper.dist  Thu Jun  3 01:14:34 1999
	  +++ jre/bin/.java_wrapper	  Thu Oct 14 19:32:06 1999
	  @@ -31,8 +31,8 @@
	  # Resolve symlinks. See 4152645.
	  while [ -h "$PRG" ]; do
	  ls=`/bin/ls -ld "$PRG"`
	  -    link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
	  -    if /usr/bin/expr "$link" : '/' > /dev/null; then
	  +    link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
	  +    if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
	  PRG="$link"
	  else
	  PRG="`/usr/bin/dirname $PRG`/$link"
	  @@ -63,7 +63,7 @@
	  # Select vm type (if classic vm, also select thread type).
	  unset vmtype
	  unset ttype
	  -DEFAULT_THREADS_FLAG=native
	  +DEFAULT_THREADS_FLAG=green
	  if [ "x$1" = "x-hotspot" ]; then
	  vmtype=hotspot
	  ttype=native_threads</pre><br>
	  Thanks to Makoto MATSUSHITA (matusita@ics.es.osaka-u.ac.jp)
	</TD>
      </tr>
      <tr bgcolor="#ffcc66">
	<TD BGCOLOR="#990000" WIDTH="10"><br></td>
	<td><font color="#990000"><strong>ðÒÅÄÙÄÕÝÉÊ</strong></font></td>
	<td align=center><font color="#990000"><strong>îÁÞÁÌÏ</strong></font></td>
	<td align=right><font color="#990000"><strong>óÌÅÄÕÀÝÉÊ</strong></font></td>
      </tr>
    </table>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>