<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Joshua Nichols - Latest comments on JAVA_HOME pointing to generation-1 system vm</title>
		<link>http://blogs.gentoo.org/nichoj?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Wed, 29 Nov 2006 20:11:45 +0000</pubDate>
			<dc:creator>Mike Slinn [Visitor]</dc:creator>
			<guid isPermaLink="false">c18477@http://blogs.gentoo.org/</guid>
			<description>Here is an easy way to set JAVA_HOME to the system JVM:&lt;br /&gt;&lt;br /&gt;
&lt;code&gt;export JAVA_HOME=`sudo java-config -O`&lt;/code&gt;</description>
			<content:encoded><![CDATA[Here is an easy way to set JAVA_HOME to the system JVM:<br /><br />
<code>export JAVA_HOME=`sudo java-config -O`</code>]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c18477</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Sat, 05 Aug 2006 10:14:42 +0000</pubDate>
			<dc:creator>Mark (noob) [Visitor]</dc:creator>
			<guid isPermaLink="false">c17140@http://blogs.gentoo.org/</guid>
			<description>Sorry, I was following this thread after i tried following the gentoo java upgrade guide and i didnt get any output when i type java-config-1 -L. I was refered to this page from gentoo forums. Thanks for the help anyway</description>
			<content:encoded><![CDATA[Sorry, I was following this thread after i tried following the gentoo java upgrade guide and i didnt get any output when i type java-config-1 -L. I was refered to this page from gentoo forums. Thanks for the help anyway]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c17140</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Fri, 04 Aug 2006 21:36:36 +0000</pubDate>
			<dc:creator>Joshua Nichols [Member]</dc:creator>
			<guid isPermaLink="false">c17074@http://blogs.gentoo.org/</guid>
			<description>If you have to ask, you may not want to be testing them, since they are pretty experimental (hence package.mask)... but they go in /etc/portage/package.unmask.</description>
			<content:encoded><![CDATA[If you have to ask, you may not want to be testing them, since they are pretty experimental (hence package.mask)... but they go in /etc/portage/package.unmask.]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c17074</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Fri, 04 Aug 2006 21:32:46 +0000</pubDate>
			<dc:creator>Mark (noob) [Visitor]</dc:creator>
			<guid isPermaLink="false">c17073@http://blogs.gentoo.org/</guid>
			<description>so where do i add these new lines to my system?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Joshua Nichols  (02 Aug 2006)&lt;br /&gt;
# Testing new versions of java-config, which will let us remove&lt;br /&gt;
# JAVA_HOME from env, which points to generation-1 system vm&lt;br /&gt;
=dev-java/java-config-1.3.0-r3&lt;br /&gt;
=dev-java/java-config-2.0.26-r6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 in etc/profile.d? exists on my system at the moment. </description>
			<content:encoded><![CDATA[so where do i add these new lines to my system?<br />
<br />
<br />
# Joshua Nichols  (02 Aug 2006)<br />
# Testing new versions of java-config, which will let us remove<br />
# JAVA_HOME from env, which points to generation-1 system vm<br />
=dev-java/java-config-1.3.0-r3<br />
=dev-java/java-config-2.0.26-r6<br />
<br />
<br />
 in etc/profile.d? exists on my system at the moment. ]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c17073</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Thu, 03 Aug 2006 15:29:42 +0000</pubDate>
			<dc:creator>Caster [Visitor]</dc:creator>
			<guid isPermaLink="false">c16878@http://blogs.gentoo.org/</guid>
			<description>...unless &quot;&amp;amp;ltjava-config-2*&quot; is added to java-config-2's RDEPEEND (damn HTML filtering :)</description>
			<content:encoded><![CDATA[...unless "&amp;ltjava-config-2*" is added to java-config-2's RDEPEEND (damn HTML filtering :)]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c16878</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Thu, 03 Aug 2006 15:28:19 +0000</pubDate>
			<dc:creator>Caster [Visitor]</dc:creator>
			<guid isPermaLink="false">c16877@http://blogs.gentoo.org/</guid>
			<description>Hmm emerge -uvaDN world pulls both versions because java-vm-2.eclass depends on both 1.3* and 2.0*.&lt;br /&gt;
Emerge -uav java-config pulls only 2.0 unless &quot;</description>
			<content:encoded><![CDATA[Hmm emerge -uvaDN world pulls both versions because java-vm-2.eclass depends on both 1.3* and 2.0*.<br />
Emerge -uav java-config pulls only 2.0 unless "]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c16877</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Thu, 03 Aug 2006 13:03:24 +0000</pubDate>
			<dc:creator>Joshua Nichols [Member]</dc:creator>
			<guid isPermaLink="false">c16871@http://blogs.gentoo.org/</guid>
			<description>Perhaps java-config-2 could depend on java-config-1, or vice versa? Not sure if that would cause havor to the dependency tree though.</description>
			<content:encoded><![CDATA[Perhaps java-config-2 could depend on java-config-1, or vice versa? Not sure if that would cause havor to the dependency tree though.]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c16871</link>
		</item>
				<item>
			<title>In response to: JAVA_HOME pointing to generation-1 system vm</title>
			<pubDate>Thu, 03 Aug 2006 12:42:27 +0000</pubDate>
			<dc:creator>Caster [Visitor]</dc:creator>
			<guid isPermaLink="false">c16870@http://blogs.gentoo.org/</guid>
			<description>There must be a way to enforce that both versions are updated at the same time. Currently due to portage slotting bug, only java-config-2 will be updated in world deep update, leaving java-config-1 version depending on JAVA_HOME which is borked by the profile.d. Not that it matters for building gen 1 packages, because java-pkg.eclass already sets JAVA_HOME according to VMHANDLE before using java-config-1...</description>
			<content:encoded><![CDATA[There must be a way to enforce that both versions are updated at the same time. Currently due to portage slotting bug, only java-config-2 will be updated in world deep update, leaving java-config-1 version depending on JAVA_HOME which is borked by the profile.d. Not that it matters for building gen 1 packages, because java-pkg.eclass already sets JAVA_HOME according to VMHANDLE before using java-config-1...]]></content:encoded>
			<link>http://blogs.gentoo.org/nichoj/2006/08/03/java_home_pointing_to_generation_1_syste#c16870</link>
		</item>
			</channel>
</rss>
