<?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>Linux Swords &#187; intellij</title>
	<atom:link href="http://blog.mjava.ch/tag/intellij/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mjava.ch</link>
	<description>kids, baduk und cmd-lines</description>
	<lastBuildDate>Thu, 23 Dec 2010 12:01:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixed &#8216;View Javadoc in external Browser&#8217; in IntelliJ IDEA</title>
		<link>http://blog.mjava.ch/2008/03/15/fixed-view-javadoc-in-external-browser-in-intellij-idea/</link>
		<comments>http://blog.mjava.ch/2008/03/15/fixed-view-javadoc-in-external-browser-in-intellij-idea/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 08:44:56 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[javadoc]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/15/fixed-view-javadoc-in-external-browser-in-intellij-idea/</guid>
		<description><![CDATA[An annoyance in IntelliJ IDEA was that the command &#8216;View Javadoc in external Browser&#8217; did not work
per default on a mac. On a mac with it&#8217;s own java sources the api-doc are located inside a jar and therefore
not able to browse through a normal webbrowser. (If you know a browser which can handle a jar://xxx [...]]]></description>
			<content:encoded><![CDATA[<p>An annoyance in IntelliJ IDEA was that the command &#8216;View Javadoc in external Browser&#8217; did not work<br />
per default on a mac. On a mac with it&#8217;s own java sources the api-doc are located inside a jar and therefore<br />
not able to browse through a normal webbrowser. (If you know a browser which can handle a <em>jar://xxx </em>address let me now in a comment)</p>
<p>IntelliJ does not open or extract those files per default so I did by hand with:</p>
<p><code>cd /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home<br />
jar xf docs.jar // this will extract the contents of the jar<br />
jar xf appledocs.jar // dito<br />
</code></p>
<p>No we need to point IntelliJ to the extracted files. Open your Preferences -> Project Preferences.<br />
Click on the desired JDK and then click on the tab &#8216;javadocs&#8217;. Remove the old entries for the jar and enter<br />
the extracted path<code><br />
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/docs/api<br />
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/appledocs/api</code></p>
<p>Not it works. To test it, move the cursor to a class,member whatever and press &lt;Shift&gt;+&lt;F1&gt;. The appropriate javadoc should open in your default browser.</p>
<p>This is not a bug fix, just a bad default configuration. I&#8217;d like to see this fixed in the next release&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/15/fixed-view-javadoc-in-external-browser-in-intellij-idea/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IntelliJ IDEA</title>
		<link>http://blog.mjava.ch/2008/03/15/intellij-idea-2/</link>
		<comments>http://blog.mjava.ch/2008/03/15/intellij-idea-2/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 00:38:43 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[intellij]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/15/intellij-idea-2/</guid>
		<description><![CDATA[7.0.3 is out now. get it!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jetbrains.com/idea/download/release_notes703.html">7.0.3</a> is out now. get it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/15/intellij-idea-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

