<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Set JAVA_HOME Variable Path on Ubuntu	</title>
	<atom:link href="https://www.ubuntumint.com/set-java_home-path-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/set-java_home-path-ubuntu/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:13:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Michael DeBusk		</title>
		<link>https://www.ubuntumint.com/set-java_home-path-ubuntu/#comment-11514</link>

		<dc:creator><![CDATA[Michael DeBusk]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 15:09:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5019#comment-11514</guid>

					<description><![CDATA[If you want to avoid manually updating the configuration every time you change Java versions, you can let the operating system handle it for you.

&lt;pre&gt;
export JAVA_HOME=$(dirname $(dirname $(readlink -f  /usr/bin/javac)))
export PATH=$PATH:$JAVA_HOME
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>If you want to avoid manually updating the configuration every time you change Java versions, you can let the operating system handle it for you.</p>
<pre>
export JAVA_HOME=$(dirname $(dirname $(readlink -f  /usr/bin/javac)))
export PATH=$PATH:$JAVA_HOME
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
