<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sybase数据库技术，数据库恢复专家 &#187; 解压</title>
	<atom:link href="http://www.dbainfo.net/tag/%e8%a7%a3%e5%8e%8b/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>配置tomcat时遇到的jdk没有解压完全的问题</title>
		<link>https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm</link>
		<comments>https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm#comments</comments>
		<pubDate>Mon, 28 Dec 2009 11:11:15 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[解压]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=113</guid>
		<description><![CDATA[今天下午在RedHat linux enterprise5.4上安装tomcat。 最后执行/usr/tomcat/bin/startup.sh启动的时候报，Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object 在网上寻找到原因为: /usr/lib/jdk1.6.0_17/lib下面的tools.pack需要解压为tools.jar,/usr/lib/jdk1.6.0_17 /jre/下的rt.pack需要解压为rt.jar。不过还好在/usr/lib/jdk1.6.0_17/bin下有一个工具unpack200可以解压。不明白sun为什么搞成这么麻烦？   网上找的文章贴在下面。 ====================================================================== 安装完JDK ，设定环境变量后出现这个错误： [root@localhost lib]# javac Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object [root@localhost lib]# java Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object 解决办法：分别把  /opt/jdk1.6.0_15/lib/ tools.pack  转为  tools.jar     /opt/jdk1.6.0_15/jre/lib/rt.pack   转为  rt.jar [root@localhost lib]# pwd /opt/jdk1.6.0_15/lib [root@localhost [...]]]></description>
			<content:encoded><![CDATA[<div>今天下午在RedHat linux enterprise5.4上安装tomcat。</div>
<div>最后执行/usr/tomcat/bin/startup.sh启动的时候报，Error occurred during initialization of VM<br />
java/lang/NoClassDefFoundError: java/lang/Object</div>
<div>
在网上寻找到原因为: /usr/lib/jdk1.6.0_17/lib下面的tools.pack需要解压为tools.jar,/usr/lib/jdk1.6.0_17 /jre/下的rt.pack需要解压为rt.jar。不过还好在/usr/lib/jdk1.6.0_17/bin下有一个工具unpack200可以解压。不明白sun为什么搞成这么麻烦？</div>
<div> </div>
<div>网上找的文章贴在下面。</div>
<div>======================================================================</div>
<div>安装完JDK ，设定环境变量后出现这个错误：</div>
<div>[root@localhost lib]# javac<br />
Error occurred during initialization of VM<br />
java/lang/NoClassDefFoundError: java/lang/Object<br />
[root@localhost lib]# java<br />
Error occurred during initialization of VM<br />
java/lang/NoClassDefFoundError: java/lang/Object</div>
<div>解决办法：分别把 </div>
<div>/opt/jdk1.6.0_15/lib/ tools.pack  转为  tools.jar  </div>
<div> </div>
<div>/opt/jdk1.6.0_15/jre/lib/rt.pack   转为  rt.jar</div>
<div>[root@localhost lib]# pwd<br />
/opt/jdk1.6.0_15/lib<br />
[root@localhost lib]# unpack200 tools.pack tools.jar<br />
[root@localhost lib]# ls<br />
ct.sym  htmlconverter.jar  jconsole.jar  orb.idl     tools.jar   tools.pack.bak<br />
dt.jar  ir.idl             jexec         sa-jdi.jar  tools.pack  visualvm</div>
<div>[root@localhost lib]# pwd<br />
/opt/jdk1.6.0_15/jre/lib<br />
[root@localhost lib]# unpack200 rt.pack rt.jar</div>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm">https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm">配置tomcat时遇到的jdk没有解压完全的问题</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2011-03-04 -- <a href="https://www.dbainfo.net/linux-vim-hex-edit-file.htm" title="vim以十六进制查看文本">vim以十六进制查看文本</a> (0)</li><li>2010-03-01 -- <a href="https://www.dbainfo.net/sybase-index-physical-storage-struncture.htm" title="Sybase索引物理存储结构分析">Sybase索引物理存储结构分析</a> (0)</li><li>2010-04-24 -- <a href="https://www.dbainfo.net/ase-configure-monitor-tables-to-improve-system-performance.htm" title="如何配置监控表MonTables来实现ASE的监控功能">如何配置监控表MonTables来实现ASE的监控功能</a> (0)</li><li>2010-08-11 -- <a href="https://www.dbainfo.net/sybase-ase-auto-backup-shell-scripts-at-unix-linux.htm" title="sybase ASE在unix&#038;linux上的自动备份脚本">sybase ASE在unix&#038;linux上的自动备份脚本</a> (1)</li><li>2011-12-01 -- <a href="https://www.dbainfo.net/linux-date-count-days-of-month.htm" title="linux使用date计算某个月份的天数">linux使用date计算某个月份的天数</a> (0)</li><li>2011-01-24 -- <a href="https://www.dbainfo.net/ase_add_scheduled_job_by_sp_sjobcreate.htm" title="用存储过程来添加预定作业">用存储过程来添加预定作业</a> (0)</li><li>2015-03-07 -- <a href="https://www.dbainfo.net/sap-rs-cr-number-2.htm" title="SAP Replication Server的所有已知BUG列表（2）">SAP Replication Server的所有已知BUG列表（2）</a> (0)</li><li>2015-03-08 -- <a href="https://www.dbainfo.net/sap-asa-cr-number-1.htm" title="SAP SQL Anywhere的所有已知BUG列表（1）">SAP SQL Anywhere的所有已知BUG列表（1）</a> (0)</li><li>2014-11-25 -- <a href="https://www.dbainfo.net/sp_remotesql-msg-11224.htm" title="ASE执行sp_remotesql报错：Msg 11224, Level 16, State 2">ASE执行sp_remotesql报错：Msg 11224, Level 16, State 2</a> (0)</li><li>2009-12-11 -- <a href="https://www.dbainfo.net/unix-command-bar.htm" title="unix命令在酒吧勾引美妹">unix命令在酒吧勾引美妹</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/tomcat-jdk-files-extract-problem.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
