<?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>High Fibre Programming &#187; install</title>
	<atom:link href="http://www.4pmp.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Syntax error, parameterized types are only available if source level is 1.5</title>
		<link>http://www.4pmp.com/2009/12/syntax-error-parameterized-types-are-only-available-if-source-level-is-1-5/</link>
		<comments>http://www.4pmp.com/2009/12/syntax-error-parameterized-types-are-only-available-if-source-level-is-1-5/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 18:30:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.4pmp.com/?p=227</guid>
		<description><![CDATA[I recently installed Eclipse and all of a sudden my Java applications failed to build with the error: Syntax error, parameterized types are only available if source level is 1.5 After a bit of Googling I figured out that Eclipse installed a different JVM and set it as the default one.   On Ubuntu (at least) [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed Eclipse and all of a sudden my Java applications failed to build with the error:</p>
<blockquote><p>Syntax error, parameterized types are only available if source level is 1.5</p></blockquote>
<p>After a bit of Googling I figured out that Eclipse installed a different JVM and set it as the default one.   On Ubuntu (at least) the way to change the default JVM is by typing this into the console:</p>
<pre>sudo update-alternatives --config java</pre>
<p>It will show you which JVM is currently selected and allow you to choose a different one as default.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2009/12/syntax-error-parameterized-types-are-only-available-if-source-level-is-1-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

