<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>老饿鱼的地盘 - java</title><link>http://blog.csdn.net/laoeyu/category/195224.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 21 Mar 2008 09:56:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>laoeyu</dc:creator><title>Java SE 6.0 发布啦！</title><link>http://blog.csdn.net/laoeyu/archive/2006/12/12/1440336.aspx</link><pubDate>Tue, 12 Dec 2006 23:33:00 GMT</pubDate><guid>http://blog.csdn.net/laoeyu/archive/2006/12/12/1440336.aspx</guid><wfw:comment>http://blog.csdn.net/laoeyu/comments/1440336.aspx</wfw:comment><comments>http://blog.csdn.net/laoeyu/archive/2006/12/12/1440336.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/laoeyu/comments/commentRss/1440336.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1440336</trackback:ping><description>Java SE 6.0 发布了！&lt;img src ="http://blog.csdn.net/laoeyu/aggbug/1440336.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>laoeyu</dc:creator><title>slides - Sun开源Java</title><link>http://blog.csdn.net/laoeyu/archive/2006/11/23/1409457.aspx</link><pubDate>Thu, 23 Nov 2006 22:33:00 GMT</pubDate><guid>http://blog.csdn.net/laoeyu/archive/2006/11/23/1409457.aspx</guid><wfw:comment>http://blog.csdn.net/laoeyu/comments/1409457.aspx</wfw:comment><comments>http://blog.csdn.net/laoeyu/archive/2006/11/23/1409457.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laoeyu/comments/commentRss/1409457.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1409457</trackback:ping><description>这个月没有比Sun开源Java更重要的技术新闻了。这次开源非常彻底，从JVM到J2SE, J2ME，J2EE的Application Server。这里附上Sun开源Java的官方slides，供大家参考。&lt;img src ="http://blog.csdn.net/laoeyu/aggbug/1409457.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>laoeyu</dc:creator><title>[转]从Java开源说起</title><link>http://blog.csdn.net/laoeyu/archive/2006/11/16/1389172.aspx</link><pubDate>Thu, 16 Nov 2006 23:07:00 GMT</pubDate><guid>http://blog.csdn.net/laoeyu/archive/2006/11/16/1389172.aspx</guid><wfw:comment>http://blog.csdn.net/laoeyu/comments/1389172.aspx</wfw:comment><comments>http://blog.csdn.net/laoeyu/archive/2006/11/16/1389172.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laoeyu/comments/commentRss/1389172.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1389172</trackback:ping><description>Java终于开源了，采用GPLv2授权协议。

&lt;img src ="http://blog.csdn.net/laoeyu/aggbug/1389172.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>laoeyu</dc:creator><title>WSDP 2.0产生的WebService类在Java Application Server 9下的问题</title><link>http://blog.csdn.net/laoeyu/archive/2006/05/28/759342.aspx</link><pubDate>Sun, 28 May 2006 22:15:00 GMT</pubDate><guid>http://blog.csdn.net/laoeyu/archive/2006/05/28/759342.aspx</guid><wfw:comment>http://blog.csdn.net/laoeyu/comments/759342.aspx</wfw:comment><comments>http://blog.csdn.net/laoeyu/archive/2006/05/28/759342.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laoeyu/comments/commentRss/759342.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=759342</trackback:ping><description>没有看到别人说到这种问题，所以纪录下来，如果有人遇到同类问题，希望做一个参考。&lt;img src ="http://blog.csdn.net/laoeyu/aggbug/759342.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>laoeyu</dc:creator><title>肤浅的小tip - Java Creator 2 编译1.5版本的代码</title><link>http://blog.csdn.net/laoeyu/archive/2006/04/19/669622.aspx</link><pubDate>Wed, 19 Apr 2006 18:09:00 GMT</pubDate><guid>http://blog.csdn.net/laoeyu/archive/2006/04/19/669622.aspx</guid><wfw:comment>http://blog.csdn.net/laoeyu/comments/669622.aspx</wfw:comment><comments>http://blog.csdn.net/laoeyu/archive/2006/04/19/669622.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laoeyu/comments/commentRss/669622.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=669622</trackback:ping><description> Java Creator 2虽然使用版本jdk1.5，但实际创建的项目都是按照1.4版本去编译，识别代码。

如果要使用1.5版本的话，直接设置Project Option没有用，build.xml也没用，真正的开关是在project.properties文件中
文件中定义了项目会使用的属性：javac.source和javac.target&lt;img src ="http://blog.csdn.net/laoeyu/aggbug/669622.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>