<?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>hemju &#187; Eclipse</title>
	<atom:link href="http://www.hemju.com/tags/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hemju.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 08:42:38 +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>NetBeans, Ruby, Rails and the story of UTF8</title>
		<link>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/</link>
		<comments>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:48:45 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=482</guid>
		<description><![CDATA[I am a NetBeans user for about 4 years now. Although Eclipse is still my Number 1 IDE for Java, NetBeans is my only IDE for Ruby on Rails. In my Ruby development I noticed that there are some problems with the encoding. First I thought that the problem was Ruby, but it wasn&#8217;t. Then [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/22/ruby-on-rails-22/' rel='bookmark' title='Permanent Link: Ruby on Rails 2.2'>Ruby on Rails 2.2</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am a NetBeans user for about 4 years now. Although Eclipse is still my Number 1 IDE for Java, NetBeans is my only IDE for Ruby on Rails.</p>
<p>In my Ruby development I noticed that there are some problems with the encoding. First I thought that the problem was Ruby, but it wasn&#8217;t. Then I checked a couple of NetBeans settings. For example you can set the encoding in the project settings:</p>
<p><img class="aligncenter size-medium wp-image-483" title="NetBeans Project  Settings" src="http://www.hemju.com/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-10.42.33-AM-300x129.png" alt="NetBeans Project  Settings" width="300" height="129" /></p>
<p>However, nothing helped. After some Google research I came across this <a href="http://ditoinfo.wordpress.com/2007/02/26/netbeans-and-utf8-encoding-2/" target="_blank">blog entry</a>. It says that NetBeans doesn&#8217;t use UTF 8 for file encoding by default! My first thought was &#8220;why not?&#8221;! So to recap this, the actual project setting is UTF8, but the file encoding isn&#8217;t! To enable UTF8 encoding for the files too, you have to:</p>
<ol>
<li>go the etc folder in the NetBeans directory</li>
<li>open the netbeans.conf</li>
<li>and add the following to the <strong>netbeans_default_options</strong> =&gt; <strong>-J-Dfile.encoding=UTF-8</strong></li>
</ol>
<p>After that everything works correctly and I can see the German Umlaute once again, in the file view and in the output window.</p>
<a style="visibility:hidden;color:white;" href="http://www.lingui.st">Lingui.st - Online Resource Editor, Manage your Ruby/Rails, Java, .Net and C++ language files with ease</a>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8&amp;desc=I%20am%20a%20NetBeans%20user%20for%20about%204%20years%20now.%20Although%20Eclipse%20is%20still%20my%20Number%201%20IDE%20for%20Java%2C%20NetBeans%20is%20my%20only%20IDE%20for%20Ruby%20on%20Rails.%0D%0A%0D%0AIn%20my%20Ruby%20development%20I%20noticed%20that%20there%20are%20some%20problems%20with%20the%20encoding.%20First%20I%20thought%20that%20the%20problem%20was%20Ruby%2C%20but%20it%20wasn%27t.%20Then%20I%20checked%20a%20co" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;bm_description=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8+-+http://b2l.me/2pzhs&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/22/ruby-on-rails-22/' rel='bookmark' title='Permanent Link: Ruby on Rails 2.2'>Ruby on Rails 2.2</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.7 review</title>
		<link>http://www.hemju.com/2009/07/02/netbeans-6-7-review/</link>
		<comments>http://www.hemju.com/2009/07/02/netbeans-6-7-review/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:06:33 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hemju]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=300</guid>
		<description><![CDATA[I have been using 6.7 for about 3 months now and I also participated in the NetBeans CAT program. Because a couple of days ago NetBeans 6.7 final has been released, I decided to write a longer review/round up about it. I start with an overview of the new features and then with my personal [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/07/28/jruby-finds-a-new-home-at-engine-yard/' rel='bookmark' title='Permanent Link: JRuby finds a new home at Engine Yard'>JRuby finds a new home at Engine Yard</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been using 6.7 for about 3 months now and I also participated in the <a href="http://qa.netbeans.org/processes/cat/67/">NetBeans CAT</a> program. Because a couple of days ago <a href="http://www.netbeans.org/">NetBeans 6.7</a> final has been released, I decided to write a longer review/round up about it.</p>
<p>I start with an overview of the new features  and then with my personal opinion about the new version. Disclaimer: I am only writing my personal and subjective opinion, I didn&#8217;t do any performance tests, measurements, or statistics analysis. So if you have some objections, just leave a comment.</p>
<p><span id="more-300"></span>Before we start, I will give you an overview about the new functionality in NB. The slogan for the new release is &#8220;Connects Developers&#8221; (the slogan for NB 6.5 was &#8220;The only IDE you need&#8221;). I am not sure if the slogan is a one because only one new feature, the Kenai integration, has something to do with connecting developers:</p>
<p><strong>Connected Developer Tools</strong></p>
<ul>
<li>Create Kenai-hosted open source projects directly within the IDE</li>
<li>Manage your Kenai project and collaborate with like-minded developers</li>
<li>File issue tracking reports using both Jira and Bugzilla</li>
</ul>
<p><strong>Java</strong></p>
<ul>
<li>Hudson services integration for Ant and Maven projects</li>
<li>Generated source roots now displayed in the Projects tab</li>
<li>Struts library migrated to version 1.3.8</li>
</ul>
<p><strong>Maven</strong></p>
<ul>
<li>Library dependency graph viewer</li>
<li>Improved code completion for Maven plugin parameters</li>
<li>Support for Java EE, Web Services creation and consumption</li>
<li>POM Editor and Navigator enhancements</li>
</ul>
<p><strong>Groovy and Grails</strong></p>
<ul>
<li>Out-of-the-box support for Grails 1.1</li>
<li>Code completion</li>
<li>Disable browser opening on run and configure platforms to use with Grails projects</li>
<li>Invoke Grails command or custom script from context menu item</li>
</ul>
<p><strong>Ruby and Rails</strong></p>
<ul>
<li>Remote debugging</li>
<li>Improvements to Ruby constants support</li>
<li>Run and debug actions for test cases and suites included in context menu</li>
<li>Support for Shoulda tests</li>
</ul>
<p>These are only the most obvious features of NB 6.7, for a full list have a look at the <a href="http://wiki.netbeans.org/NewAndNoteWorthyNB67">release notes</a>.</p>
<p>So what&#8217;s my view on NB 6.7? One thing that stand out, the NB team concentrated on a lot of different things, but not on Java. Of course most technologies are somewhat in the Java realm, but not specific Java. I tried a couple of times to switch my Java development to NB, after all using only one IDE would be nice. However, the Java code editor in NB always felt kind of awkward. In Eclipse I have the feeling the code editor &#8216;knows&#8217; what I want to do. I mean the NB code editor is good in general, but has a lot of rough edges. Here is an example of what I mean:</p>
<p><a href="http://www.hemju.com/wp-content/uploads/2009/07/nb_java_tooltip.png"><img class="aligncenter size-medium wp-image-301" title="NetBeans Java Tooltip" src="http://www.hemju.com/wp-content/uploads/2009/07/nb_java_tooltip-300x223.png" alt="NetBeans Java Tooltip" width="300" height="223" /></a><a href="http://www.hemju.com/wp-content/uploads/2009/07/eclipse_java_tooltip.png"><img class="aligncenter size-medium wp-image-302" title="Eclipse Java Tooltip" src="http://www.hemju.com/wp-content/uploads/2009/07/eclipse_java_tooltip-300x130.png" alt="Eclipse Java Tooltip" width="300" height="130" /></a></p>
<p>NetBeans strikes you down with suggestions, and Eclipse just shows suggestions which are valid to the context.</p>
<p>Another case against Java in NB are missing plugins, e.g. FindBugs. I know there is<a href="https://sqe.dev.java.net/updatecenters/nbheaven-updatecenter.xml"> NB plugin</a> for FindBugs, but is seems fairly outdated. Also tool integration from other companies, e.g. Google GWT and Google APP, doesn&#8217;t exist in NB. So I guess NB 6.7 for Java is still a not for me.</p>
<p>Project <a href="http://kenai.com/">Kenai</a> is Sun&#8217;s Google Code with some extra features for issue tracking and collaboration. Although, it hosts some interesting projects, like <a href="http://kenai.com/projects/jruby">JRuby</a>, it is fairly unknown. The new tools allow you to create Kenai hosted open source projects, to collaborate with other developers, and track issues. I played with the tools a little bit and found them ok, but not really exciting. Equal tools are already around.</p>
<p>NetBeans focuses more and more on dynamic languages, like Ruby, PHP, or Groovy. Groovy and Grails are getting really pushed in NetBeans right now. I did some work with both and like them. That said, I am confused about Sun&#8217;s strategy. On one hand they push Ruby with JRuby, a lot, on the other hand their only IDE switched focus to Groovy. This is not a problem per se if the Ruby support is already that good, but it still has issues and sadly performance got worse in NB 6.7. My guess is because Groovy is popular in Europe and the core NB team is also in Europe, there is maybe some sympathy towards Groovy.<br />
Supporting a lot of languages is great, but I am not sure if the NetBeans team has enough ressources to fully support all the languages they want. With all the downcuts and the still uncertain future of the Oracle deal, it would better to support less and let the community/partner do the rest. However, getting the community and partner on board was always Sun&#8217;s (NetBean&#8217;s) weak spot. This is were Eclipse clearly won. A note on the <a href="http://platform.netbeans.org/">NetBeans RCP</a>, Matt Thompson, Senior Director of Sun&#8217;s Developer Cloud Tools,  stated the the <a href="http://www.netbeans.org/community/articles/interviews/matt-thompson.html">RCP is now less of an goal</a>. This could backfire when <a href="http://wiki.eclipse.org/E4">e4</a> is around.</p>
<p>Like I said I use NetBeans primarily for Ruby on Rails development. NetBeans was and still is the best Ruby on Rails IDE, but it lost its momentum and other IDE aren&#8217;t sleeping. The only useful new features for me is the support of the <a href="http://thoughtbot.com/projects/shoulda/">Shoulda</a> framework. Should is an awesome Unit test framework for Rails. Useful, but for me not a feature, is the improved constant support. The rest is like NetBeans 6.5, only slower (and sometimes buggier). A couple of weeks ago NetBeans 6.7 had some serious performance problems (we discussed this in the CAT program). The NB team invested a lot of hard work and fixed many of the problems. But NB 6.7 still feels sluggish compared to NB 6.5 and doesn&#8217;t do good on scanning large projects.<br />
Another NB Ruby/Rails caveat, NetBeans includes an outdated version of JRuby, 1.2. The actual version is 1.3.1. So it is probably best to install your own JRuby version and don&#8217;t rely on the provided one.</p>
<p><strong>Conclusio</strong></p>
<p>Is NetBeans 6.7 bad? No. Is NetBeans 6.7 good? Maybe, but more like &#8216;ok&#8217;. NetBeans 6.7 gives me the feeling that it includes a lot of features the majority doesn&#8217;t need or use (e.g. <a href="http://wiki.netbeans.org/NewAndNoteWorthyNB67#section-NewAndNoteWorthyNB67-FeaturesOnDemand">features on demand</a> which was at the beginning a big deal and now seems just a side feature), and doesn&#8217;t care enough about improving existing ones and performance. The results of the <a href="http://qa.netbeans.org/processes/cat/67/ca_results.html">NetBeans community survey</a> support my thoughts. For the next version I would wish something like Snow Leopard or Windows 7, a release just to clean and speed up the base.</p>
<p>After this rather neutral/negative review, I want to thank the NetBeans team for their hard work and community involvement. The CAT program allowed me and others to speak up their minds and the NetBeans team listened. As a developer I know that there are a lot decisions and considerations (or politics) the user, which is in this case me, simply doesn&#8217;t see. Thanks for NetBeans 6.7 and I am looking forward to the next version.<a style="visibility:hidden;color:white;" href="http://www.timewhale.com">TimeWhale Time Tracking</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2009/07/02/netbeans-6-7-review/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review&amp;desc=I%20have%20been%20using%206.7%20for%20about%203%20months%20now%20and%20I%20also%20participated%20in%20the%20NetBeans%20CAT%20program.%20Because%20a%20couple%20of%20days%20ago%20NetBeans%206.7%20final%20has%20been%20released%2C%20I%20decided%20to%20write%20a%20longer%20review%2Fround%20up%20about%20it.%0D%0A%0D%0AI%20start%20with%20an%20overview%20of%20the%20new%20features%20%20and%20then%20with%20my%20personal%20opinio" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;bm_description=NetBeans+6.7+review&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2009/07/02/netbeans-6-7-review/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NetBeans+6.7+review+-+http://b2l.me/229eZ&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/07/28/jruby-finds-a-new-home-at-engine-yard/' rel='bookmark' title='Permanent Link: JRuby finds a new home at Engine Yard'>JRuby finds a new home at Engine Yard</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2009/07/02/netbeans-6-7-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Sources and Documentation under Mac for Eclipse/NetBeans</title>
		<link>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/</link>
		<comments>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 13:11:47 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=59</guid>
		<description><![CDATA[A couple of days ago I received my new MacBook Pro! After some first struggles with Mac OS X and shortcuts, I am now starting to feel comfortable and I learn more and more each day. I was a 60 % Windows and 40 % Linux user and my forecast is that in one year [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2009/05/19/sun-oracle-going-to-launch-a-java-app-store/' rel='bookmark' title='Permanent Link: Sun (Oracle) going to launch a Java App Store!'>Sun (Oracle) going to launch a Java App Store!</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A couple of days ago I received my <a href="http://juskewycz.com/wp-content/uploads/2008/11/mac_pro.jpg">new MacBook Pro</a>! After some first struggles with Mac OS X and shortcuts, I am now starting to feel comfortable and I learn more and more each day. I was a 60 % Windows and 40 % Linux user and my forecast is that in one year I will be 70 % Mac, 15 % Windows, and 15 % user. However, there are some bumps on the road to Mac-land.</p>
<p style="text-align: left;">
<p style="text-align: left;">Mac ships with Java 1.5 and <a href="http://apple.com/java">1.6</a> is available too. The problem is that only binaries are installed and as a serious developer you need also sources and documentation. So to get them, you have to join the <a href="http://developer.apple.com/">Apple Developer Connection</a> (the free version does it) and download the Java for Mac OS X 10.5 Update 2 Developer Documentation (or probably a higher version in the future). The download is around 130 MB and includes sources/documentation for Java 1.5 and 1.6. Probably you have to set the src.jar and docs.jar manually to existing JVMs or just delete and add the existing ones.</p>
<p style="text-align: center;"><strong>Eclipse</strong>: Preferences &#8211; Java &#8211; Installed JREs &#8211; Select Installed JRE and click Edit</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="aligncenter size-medium wp-image-60" title="eclipse_set_jvm" src="http://www.hemju.com/wp-content/uploads/2009/03/eclipse_set_jvm-300x176.png" alt="eclipse_set_jvm" width="300" height="176" /></div>
<p style="text-align: center;"><strong>NetBeans</strong>: Tools &#8211; Java Platform &#8211; Add or select the right Tab</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="aligncenter size-medium wp-image-61" title="netbeans_set_jvm" src="http://www.hemju.com/wp-content/uploads/2009/03/netbeans_set_jvm-300x280.png" alt="netbeans_set_jvm" width="300" height="280" /></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans&amp;desc=A%20couple%20of%20days%20ago%20I%20received%20my%20new%20MacBook%20Pro%21%20After%20some%20first%20struggles%20with%20Mac%20OS%20X%20and%20shortcuts%2C%20I%20am%20now%20starting%20to%20feel%20comfortable%20and%20I%20learn%20more%20and%20more%20each%20day.%20I%20was%20a%2060%20%25%20Windows%20and%2040%20%25%20Linux%20user%20and%20my%20forecast%20is%20that%20in%20one%20year%20I%20will%20be%2070%20%25%20Mac%2C%2015%20%25%20Windows%2C%20and%2015%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;bm_description=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans+-+http://b2l.me/2uhzy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2009/05/19/sun-oracle-going-to-launch-a-java-app-store/' rel='bookmark' title='Permanent Link: Sun (Oracle) going to launch a Java App Store!'>Sun (Oracle) going to launch a Java App Store!</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
