📄 408.html
字号:
<STYLE type=text/css>
<!--
body,td { font-size:9pt;}
hr { color: #000000; height: 1px}
-->
</STYLE>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>精选文章 >> solaris 专栏 >> 在 Solaris上装 JDK1.3 的补丁</title>
</head>
<body >
<p><IMG SRC="../image/jsp001_middle_logo.gif" WIDTH="180" HEIGHT="60" BORDER=0 ALT=""></p>
<table width=100% bgcolor="#cccccc" align=center cellpadding="2" cellspacing="0" border=1 bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr bgcolor="#EFF8FF"><td>
<a href=http://www.jsp001.com/list_thread.php?int_attribute=2>精选文章</a>
>> <a href=http://www.jsp001.com/list_thread.php?forumid=39&int_attribute=2>solaris 专栏</a>
>> 在 Solaris上装 JDK1.3 的补丁 [<a href=http://www.jsp001.com/forum/showthread.php?goto=newpost&threadid=408>查看别人的评论</a>]<br>
<hr><p>由 macro 发布于: 2001-02-13 17:15</p><p> </p><p><br> 在Sun Solaris 的UNIX操作系统上执行或开发Java程序的朋友们,必须在操作系统上安装一些补丁,才能避免执行 Java程序时可能发生的一些问题。patch程序就等于Windows NT上的所谓“service pack”,其作用是用来更正操作系统的一些Bug。 <br><br> 首先,如果想知道目前已经安装了哪些patch,请执行以下命令 : <br>command showrev -p <br><br> 如果以下建议安装的patch不在输出的列表上,你就必须下载相关的patch。如果你是Sun的签约用户,就会定期收到一份SunSolve光盘,其中就包含了最新的patch文件。 <br><br> 例如,使用最新的J2SE 1.3的朋友,如果要知道有哪些 patch必须安装(以顺利执行Java程序),可以到http://java.sun.com/j2se/1.3/README.sparc 查询。其中有几个表格,是针对不同版本 Solaris的patch列表。假如您使用的是最新的Solaris 8,只需安装编号为108940-07的patch即可。这些patch都可从SunSolve网站免费下载。 <br><br> 下载某个patch文件后,你必须是系统的超级用户才能安装patch。首先将patch解压并展开: <br>uncompress .tar.Z <br>tar xfv .tar <br><br> 它会将文件展开到一个以patch编号为名的子目录下。详细的patch说明可在Install.info文件中找到。建议将系统改到单人模式(single-user),只要输入“shutdown”指令即可。然后在单人模式下,用patchadd指令安装patch文 件,其语法是: <br>patchadd -M …… <br><br> 完成后,重新开机就可以了:执行指令shutdown -i6 </p></td>
</tr>
</table>
<p>
<CENTER><a href="http://www.jsp001.com/forum/newreply.php?action=newreply&threadid=408">点这里对该文章发表评论</a></CENTER>
<p>该文章总得分是 <font color=red>0</font> 分,你认为它对你有帮助吗?
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=408&intVote=4","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>非常多</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=408&intVote=2","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>有一些</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=408&intVote=1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>无帮助</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=408&intVote=-1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>是灌水</a>](<font color=red>0</font>) </p>
<script language="javascript" src="http://www.jsp001.com/include/read_thread_script.php?threadid=408"></script>
<p><CENTER>
Copyright © 2001 - 2009 JSP001.com . All Rights Reserved <P>
<IMG SRC="../image/jsp001_small_logo.gif" WIDTH="85" HEIGHT="30" BORDER=0 ALT="">
</CENTER></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -