doc/ru_RU.KOI8-R/htdocs/java/docs/faq.xml
Hiroki Sato 52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00

122 lines
4.2 KiB
XML

<?xml version="1.0" encoding="koi8-r"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "ðÒÏÅËÔ FreeBSD &java;: FAQ">
]>
<!--
The FreeBSD Russian Documentation Project
$FreeBSDru: frdp/www/ru/java/docs/faq.xml,v 1.6 2004/01/27 13:11:36 den Exp $
Original revision: 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<h2>óÏÄÅÒÖÁÎÉÅ</h2>
<ol>
<li> <a href="#q1">óÕÝÅÓÔ×ÕÅÔ ÌÉ &jdk; 1.3 ÄÌÑ FreeBSD?</a></li>
<li> <a href="#q2">íÏÖÎÏ ÌÉ ÉÓÐÏÌØÚÏ×ÁÔØ Linux-Port ÏÔ ËÏÍÁÎÄÙ Blackdown?</a></li>
</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>
</body>
</html>