<?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: SOLUTION: No Java runtime present, requesting install &#8211; Mac OS X Yosemite	</title>
	<atom:link href="https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/feed/" rel="self" type="application/rss+xml" />
	<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/</link>
	<description>API Integrations Expert &#124; Full-Stack web developer</description>
	<lastBuildDate>Mon, 22 Jun 2020 07:25:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>
	<item>
		<title>
		By: Steve		</title>
		<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14734</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 07:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://anas.pk/?p=533#comment-14734</guid>

					<description><![CDATA[I also add the following to `~/.bashrc`:

`export JAVA_HOME=$(/usr/libexec/java_home)`]]></description>
			<content:encoded><![CDATA[<p>I also add the following to `~/.bashrc`:</p>
<p>`export JAVA_HOME=$(/usr/libexec/java_home)`</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juuso		</title>
		<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14665</link>

		<dc:creator><![CDATA[Juuso]]></dc:creator>
		<pubDate>Wed, 14 Jun 2017 06:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://anas.pk/?p=533#comment-14665</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14632&quot;&gt;Eric&lt;/a&gt;.

Better option: create the link under /usr/local/bin that is not integrity protected. https://stackoverflow.com/a/38435256/1097104]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14632">Eric</a>.</p>
<p>Better option: create the link under /usr/local/bin that is not integrity protected. <a href="https://stackoverflow.com/a/38435256/1097104" rel="nofollow ugc">https://stackoverflow.com/a/38435256/1097104</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14632</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 16:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://anas.pk/?p=533#comment-14632</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14631&quot;&gt;asher&lt;/a&gt;.

Is it because of System Integrity Protection? I just installed the JDK instead and that seemed to sort it for me.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14631">asher</a>.</p>
<p>Is it because of System Integrity Protection? I just installed the JDK instead and that seemed to sort it for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: asher		</title>
		<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-14631</link>

		<dc:creator><![CDATA[asher]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 05:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://anas.pk/?p=533#comment-14631</guid>

					<description><![CDATA[*******-iMac:Downloads ********$ sudo rm /usr/bin/java
rm: /usr/bin/java: Operation not permitted
*******-iMac:Downloads ********$ sudo ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin
ln: /usr/bin/java: Operation not permitted

- I keep getting this, it wont even let me put in my password, can you help me please?]]></description>
			<content:encoded><![CDATA[<p>*******-iMac:Downloads ********$ sudo rm /usr/bin/java<br />
rm: /usr/bin/java: Operation not permitted<br />
*******-iMac:Downloads ********$ sudo ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin<br />
ln: /usr/bin/java: Operation not permitted</p>
<p>&#8211; I keep getting this, it wont even let me put in my password, can you help me please?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Programmatically Get Absolute Path of Java Executable in a Running Program		</title>
		<link>https://anas.pk/2015/09/02/solution-no-java-runtime-present-mac-yosemite/#comment-12753</link>

		<dc:creator><![CDATA[Programmatically Get Absolute Path of Java Executable in a Running Program]]></dc:creator>
		<pubDate>Fri, 04 Sep 2015 12:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://anas.pk/?p=533#comment-12753</guid>

					<description><![CDATA[[&#8230;] I have previously shared a slightly different solution to this problem too in the post titled: SOLUTION: No Java runtime present, requesting install – Mac OS X Yosemite [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I have previously shared a slightly different solution to this problem too in the post titled: SOLUTION: No Java runtime present, requesting install – Mac OS X Yosemite [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
