<?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: eclipse kepler (4.3) on a mac	</title>
	<atom:link href="https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Tue, 14 Oct 2014 00:29:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-129016</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Tue, 14 Oct 2014 00:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-129016</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-128993&quot;&gt;Gyaneswari&lt;/a&gt;.

I didn&#039;t get that error with Java 8 and Luna: http://www.selikoff.net/2014/07/01/eclipse-luna/  (You should be using Java 8 with Luna, not Java 7)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-128993">Gyaneswari</a>.</p>
<p>I didn&#8217;t get that error with Java 8 and Luna: <a href="http://www.selikoff.net/2014/07/01/eclipse-luna/" rel="ugc">http://www.selikoff.net/2014/07/01/eclipse-luna/</a>  (You should be using Java 8 with Luna, not Java 7)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gyaneswari		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-128993</link>

		<dc:creator><![CDATA[Gyaneswari]]></dc:creator>
		<pubDate>Mon, 13 Oct 2014 20:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-128993</guid>

					<description><![CDATA[Using Eclipse Luna and  getting error  when trying to open eclipse &quot;-vm /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java&quot; Please help]]></description>
			<content:encoded><![CDATA[<p>Using Eclipse Luna and  getting error  when trying to open eclipse &#8220;-vm /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java&#8221; Please help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-69445</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 16 Aug 2014 13:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-69445</guid>

					<description><![CDATA[This problem went away with Eclipse Luna for Java (good.) I needed to install the 32 bit C/C++ Eclipse package on my 64 bit Mac (don&#039;t) ask and got the same error. Same solution worked. Just had to change the paths for that package:

/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java \
-Djava.library.path=/Applications/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140521-0744/eclipse_1601.so \
-Xms512m \
-Xmx2048m \
-Xdock:icon=../Resources/Eclipse.icns \
-XstartOnFirstThread \
-Dorg.eclipse.swt.internal.carbon.smallFonts \
-XX:MaxPermSize=256m \
-jar /Applications/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar  \
-os macosx \
-ws cocoa \
-arch x86_64 \
-showsplash \
-name Eclipse \
--launcher.appendVmargs \
-data /Users/jeanne/Documents/workspace \
-debug]]></description>
			<content:encoded><![CDATA[<p>This problem went away with Eclipse Luna for Java (good.) I needed to install the 32 bit C/C++ Eclipse package on my 64 bit Mac (don&#8217;t) ask and got the same error. Same solution worked. Just had to change the paths for that package:</p>
<p>/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java \<br />
-Djava.library.path=/Applications/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140521-0744/eclipse_1601.so \<br />
-Xms512m \<br />
-Xmx2048m \<br />
-Xdock:icon=../Resources/Eclipse.icns \<br />
-XstartOnFirstThread \<br />
-Dorg.eclipse.swt.internal.carbon.smallFonts \<br />
-XX:MaxPermSize=256m \<br />
-jar /Applications/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar  \<br />
-os macosx \<br />
-ws cocoa \<br />
-arch x86_64 \<br />
-showsplash \<br />
-name Eclipse \<br />
&#8211;launcher.appendVmargs \<br />
-data /Users/jeanne/Documents/workspace \<br />
-debug</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: eclipse luna &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-27267</link>

		<dc:creator><![CDATA[eclipse luna &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 02 Jul 2014 00:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-27267</guid>

					<description><![CDATA[[&#8230;] I went to eclipse.org, I wasn&#8217;t greeted the cool Kepler book from last year. I did see &#8220;are you ready for Java 8&#8243; front and center. The matrix comparing the [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I went to eclipse.org, I wasn&#8217;t greeted the cool Kepler book from last year. I did see &#8220;are you ready for Java 8&#8243; front and center. The matrix comparing the [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dewi		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-6322</link>

		<dc:creator><![CDATA[Dewi]]></dc:creator>
		<pubDate>Fri, 02 Aug 2013 14:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-6322</guid>

					<description><![CDATA[The symlink trick&#039;s close. The problem is that client/libjvm.dylib is i386 only instead of x86_64. Move it out of the way and do

$ ln -s ../server/libjvm.dylib libjvm.dylib

in the client directory. Then Eclipse launches fine. The implications of doing this escape me, though...]]></description>
			<content:encoded><![CDATA[<p>The symlink trick&#8217;s close. The problem is that client/libjvm.dylib is i386 only instead of x86_64. Move it out of the way and do</p>
<p>$ ln -s ../server/libjvm.dylib libjvm.dylib</p>
<p>in the client directory. Then Eclipse launches fine. The implications of doing this escape me, though&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-6283</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Fri, 12 Jul 2013 15:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-6283</guid>

					<description><![CDATA[David,
That didn&#039;t work for me.  I got the same error after creating the link.  Leaving your comment up in hopes it helps someone else.  Or at least someone can validate/refute whether it works for them!]]></description>
			<content:encoded><![CDATA[<p>David,<br />
That didn&#8217;t work for me.  I got the same error after creating the link.  Leaving your comment up in hopes it helps someone else.  Or at least someone can validate/refute whether it works for them!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Becker		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-6279</link>

		<dc:creator><![CDATA[David Becker]]></dc:creator>
		<pubDate>Thu, 11 Jul 2013 18:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-6279</guid>

					<description><![CDATA[Doing the following from the terminal prompt will work around the client libjvm.dylib issue without the script hack you&#039;re doing.

$ cd /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib
$ sudo ln -s server client]]></description>
			<content:encoded><![CDATA[<p>Doing the following from the terminal prompt will work around the client libjvm.dylib issue without the script hack you&#8217;re doing.</p>
<p>$ cd /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib<br />
$ sudo ln -s server client</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Creating a UML diagram with Eclipse Papyrus &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/06/29/eclipse-kepler-4-3-mac/comment-page-1/#comment-6246</link>

		<dc:creator><![CDATA[Creating a UML diagram with Eclipse Papyrus &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 18:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4798#comment-6246</guid>

					<description><![CDATA[[...] eclipse kepler (4.3) on a mac [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] eclipse kepler (4.3) on a mac [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
