<?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>阿宽技术博客 &#187; jdk配置</title>
	<atom:link href="http://www.hengxinsoft.com/tag/jdk%e9%85%8d%e7%bd%ae/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hengxinsoft.com</link>
	<description>技术交流</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>jdk配置详细教程</title>
		<link>http://www.hengxinsoft.com/2009/06/jdk%e9%85%8d%e7%bd%ae%e8%af%a6%e7%bb%86%e6%95%99%e7%a8%8b/</link>
		<comments>http://www.hengxinsoft.com/2009/06/jdk%e9%85%8d%e7%bd%ae%e8%af%a6%e7%bb%86%e6%95%99%e7%a8%8b/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 12:11:29 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Java栏]]></category>
		<category><![CDATA[jdk配置]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=255</guid>
		<description><![CDATA[   首先我们得先去现在一个jdk 以jdk6.0为例，下面给我详细步骤      到sun公司官网上下载jdk  这个是sun网站上找到的地址 用迅雷可以下 http://cds-esd.sun.com/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe?AuthParam=1246190245_a3e2c48683f02eeb70998ec7cbc5d624&#38;TicketId=B%2Fw6lBqCTltNTBdGPlVTkQTn&#38;GroupName=CDS&#38;FilePath=/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe&#38;File=jdk-6u14-windows-i586.exe 下载完成后 一路next，默认装到C盘 无所谓的 占得空间不大 如果提示安装jre 也一起装上后面可能要用到的 下面就是配置了  右击我的电脑 &#8212;-》属性&#8212;》高级&#8212;环境变量   在系统变量中新建 变量名 JAVA_HOME   变量值C:\Program Files\Java\jdk1.6.0_12  （这个地方看一下和刚才安装的路径一样不jdk1.6.0_12不同版本的jdk这个地方不一样最新版的jdk1.6.0_14  ，最好到C:\Program Files\Java\下核实一下） 找到path变量在后面加上%JAVA_HOME%\bin; 如果原来的变量值最后没有分号要手动加上 新建变量CLASSPATH  变量值.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\jdk1.6.0_12\lib\tools.jar;%JAVA_HOME%\bin   变量值可以直接复制粘贴过去，大功告成，开始 运行 cmd  在出现的命令行中输入java或者javac看看，如果没有出现  ****不是内部或外部命令，也不是可运行的程序或批处理文件，就说明安装成功~~！ Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the [...]]]></description>
			<content:encoded><![CDATA[<p>   首先我们得先去现在一个jdk 以jdk6.0为例，下面给我详细步骤</p>
<p>     到sun公司官网上下载jdk  这个是sun网站上找到的地址 用迅雷可以下<span id="more-255"></span></p>
<p><a href="http://cds-esd.sun.com/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe?AuthParam=1246190245_a3e2c48683f02eeb70998ec7cbc5d624&amp;TicketId=B%2Fw6lBqCTltNTBdGPlVTkQTn&amp;GroupName=CDS&amp;FilePath=/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe&amp;File=jdk-6u14-windows-i586.exe">http://cds-esd.sun.com/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe?AuthParam=1246190245_a3e2c48683f02eeb70998ec7cbc5d624&amp;TicketId=B%2Fw6lBqCTltNTBdGPlVTkQTn&amp;GroupName=CDS&amp;FilePath=/ESD7/JSCDL/jdk/6u14-b08/jdk-6u14-windows-i586.exe&amp;File=jdk-6u14-windows-i586.exe</a></p>
<p>下载完成后 一路next，默认装到C盘 无所谓的 占得空间不大 如果提示安装jre 也一起装上后面可能要用到的</p>
<p>下面就是配置了  右击我的电脑 &#8212;-》属性&#8212;》高级&#8212;环境变量   在系统变量中新建 变量名 JAVA_HOME   变量值C:\Program Files\Java\jdk1.6.0_12  （这个地方看一下和刚才安装的路径一样不jdk1.6.0_12不同版本的jdk这个地方不一样最新版的jdk1.6.0_14  ，最好到C:\Program Files\Java\下核实一下）</p>
<p>找到path变量在后面加上%JAVA_HOME%\bin; 如果原来的变量值最后没有分号要手动加上</p>
<p>新建变量CLASSPATH  变量值.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\jdk1.6.0_12\lib\tools.jar;%JAVA_HOME%\bin   变量值可以直接复制粘贴过去，大功告成，开始 运行 cmd  在出现的命令行中输入java或者javac看看，如果没有出现  ****不是内部或外部命令，也不是可运行的程序或批处理文件，就说明安装成功~~！</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2009/06/jdk%e9%85%8d%e7%bd%ae%e8%af%a6%e7%bb%86%e6%95%99%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

