<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Eclipse IDE for 64-bit Windows and 64-bit Java</title>
	<atom:link href="http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/</link>
	<description>Natural Language Processing and Text Analytics</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:47:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: shifa</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-18117</link>
		<dc:creator><![CDATA[shifa]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 17:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-18117</guid>
		<description><![CDATA[Hi
I use windows 7 64-bit OS , I tried downloading eclipse classic 3.6.2 and eclipse indigo quite no. of times from &quot;http://www.eclipse.org/downloads/packages/release/helios/sr2 &quot; but it does not download completely. I have no idea whats the problem while downloading. please help me out regarding dis.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I use windows 7 64-bit OS , I tried downloading eclipse classic 3.6.2 and eclipse indigo quite no. of times from &#8220;http://www.eclipse.org/downloads/packages/release/helios/sr2 &#8221; but it does not download completely. I have no idea whats the problem while downloading. please help me out regarding dis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sales strategies</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-17844</link>
		<dc:creator><![CDATA[sales strategies]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 01:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-17844</guid>
		<description><![CDATA[&lt;strong&gt;sales strategies...&lt;/strong&gt;

[...]Eclipse IDE for 64-bit Windows and 64-bit Java &#171; LingPipe Blog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>sales strategies&#8230;</strong></p>
<p>[...]Eclipse IDE for 64-bit Windows and 64-bit Java &laquo; LingPipe Blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7pm Tech Code Snippets</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-16635</link>
		<dc:creator><![CDATA[7pm Tech Code Snippets]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 17:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-16635</guid>
		<description><![CDATA[&lt;strong&gt;7pm Tech Code Snippets...&lt;/strong&gt;

[...]Eclipse IDE for 64-bit Windows and 64-bit Java &#171; LingPipe Blog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>7pm Tech Code Snippets&#8230;</strong></p>
<p>[...]Eclipse IDE for 64-bit Windows and 64-bit Java &laquo; LingPipe Blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-12130</link>
		<dc:creator><![CDATA[Ash]]></dc:creator>
		<pubDate>Sun, 19 Dec 2010 10:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-12130</guid>
		<description><![CDATA[hello,
i am using 64 bit jvm and 64 bit eclipse.. i&#039;m having some issues like

java.lang.reflect.InvocationTargetException
	at java.awt.EventQueue.invokeAndWait(Unknown Source)
	at quicktime.QTSession.(QTSession.java:92)
	at quicktime.util.EndianOrder.(EndianOrder.java:33)
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.(QtCameraCapture.java:85)
	at armonkeykit.videocapture.QtCaptureImage.initializeCamera(QtCaptureImage.java:113)
	at armonkeykit.videocapture.CaptureQuad.(CaptureQuad.java:40)
	at armonkeykit.core.app.ARMonkeyKitApp.cameraSetup(ARMonkeyKitApp.java:210)
	at armonkeykit.core.app.ARMonkeyKitApp.simpleInitGame(ARMonkeyKitApp.java:290)
	at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:545)
	at com.jme.app.BaseGame.start(BaseGame.java:74)
	at armonkeykit.examples.patternmarkers.basic.ARTeapotTorus.main(ARTeapotTorus.java:129)
Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\QuickTime\QTSystem\QTJNative.dll: Can&#039;t load IA 32-bit .dll on a AMD 64-bit platform
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(Unknown Source)
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
	at java.lang.Runtime.loadLibrary0(Unknown Source)
	at java.lang.System.loadLibrary(Unknown Source)
	at quicktime.QTSession$1.run(QTSession.java:94)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
19-Dec-2010 15:37:41 class armonkeykit.examples.patternmarkers.basic.ARTeapotTorus start()
SEVERE: Exception in game loop
java.lang.UnsatisfiedLinkError: quicktime.QTSession.InitializeQTML(I)S
	at quicktime.QTSession.InitializeQTML(Native Method)
	at quicktime.QTSession.initialize(QTSession.java:413)
	at quicktime.QTSession.initialize(QTSession.java:385)
	at quicktime.QTSession.open(QTSession.java:638)
	at quicktime.QTSession.open(QTSession.java:606)
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.prepSetInput(QtCameraCapture.java:121)
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.start(QtCameraCapture.java:161)
	at armonkeykit.videocapture.QtCaptureImage.start(QtCaptureImage.java:209)
	at armonkeykit.videocapture.CaptureQuad.start(CaptureQuad.java:83)
	at armonkeykit.videocapture.CaptureQuad.(CaptureQuad.java:54)
	at armonkeykit.core.app.ARMonkeyKitApp.cameraSetup(ARMonkeyKitApp.java:210)
	at armonkeykit.core.app.ARMonkeyKitApp.simpleInitGame(ARMonkeyKitApp.java:290)
	at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:545)
	at com.jme.app.BaseGame.start(BaseGame.java:74)
	at armonkeykit.examples.patternmarkers.basic.ARTeapotTorus.main(ARTeapotTorus.java:129)

can someone please help me out..]]></description>
		<content:encoded><![CDATA[<p>hello,<br />
i am using 64 bit jvm and 64 bit eclipse.. i&#8217;m having some issues like</p>
<p>java.lang.reflect.InvocationTargetException<br />
	at java.awt.EventQueue.invokeAndWait(Unknown Source)<br />
	at quicktime.QTSession.(QTSession.java:92)<br />
	at quicktime.util.EndianOrder.(EndianOrder.java:33)<br />
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.(QtCameraCapture.java:85)<br />
	at armonkeykit.videocapture.QtCaptureImage.initializeCamera(QtCaptureImage.java:113)<br />
	at armonkeykit.videocapture.CaptureQuad.(CaptureQuad.java:40)<br />
	at armonkeykit.core.app.ARMonkeyKitApp.cameraSetup(ARMonkeyKitApp.java:210)<br />
	at armonkeykit.core.app.ARMonkeyKitApp.simpleInitGame(ARMonkeyKitApp.java:290)<br />
	at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:545)<br />
	at com.jme.app.BaseGame.start(BaseGame.java:74)<br />
	at armonkeykit.examples.patternmarkers.basic.ARTeapotTorus.main(ARTeapotTorus.java:129)<br />
Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\QuickTime\QTSystem\QTJNative.dll: Can&#8217;t load IA 32-bit .dll on a AMD 64-bit platform<br />
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
	at java.lang.ClassLoader.loadLibrary0(Unknown Source)<br />
	at java.lang.ClassLoader.loadLibrary(Unknown Source)<br />
	at java.lang.Runtime.loadLibrary0(Unknown Source)<br />
	at java.lang.System.loadLibrary(Unknown Source)<br />
	at quicktime.QTSession$1.run(QTSession.java:94)<br />
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br />
	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.run(Unknown Source)<br />
19-Dec-2010 15:37:41 class armonkeykit.examples.patternmarkers.basic.ARTeapotTorus start()<br />
SEVERE: Exception in game loop<br />
java.lang.UnsatisfiedLinkError: quicktime.QTSession.InitializeQTML(I)S<br />
	at quicktime.QTSession.InitializeQTML(Native Method)<br />
	at quicktime.QTSession.initialize(QTSession.java:413)<br />
	at quicktime.QTSession.initialize(QTSession.java:385)<br />
	at quicktime.QTSession.open(QTSession.java:638)<br />
	at quicktime.QTSession.open(QTSession.java:606)<br />
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.prepSetInput(QtCameraCapture.java:121)<br />
	at jp.nyatla.nyartoolkit.qt.utils.QtCameraCapture.start(QtCameraCapture.java:161)<br />
	at armonkeykit.videocapture.QtCaptureImage.start(QtCaptureImage.java:209)<br />
	at armonkeykit.videocapture.CaptureQuad.start(CaptureQuad.java:83)<br />
	at armonkeykit.videocapture.CaptureQuad.(CaptureQuad.java:54)<br />
	at armonkeykit.core.app.ARMonkeyKitApp.cameraSetup(ARMonkeyKitApp.java:210)<br />
	at armonkeykit.core.app.ARMonkeyKitApp.simpleInitGame(ARMonkeyKitApp.java:290)<br />
	at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:545)<br />
	at com.jme.app.BaseGame.start(BaseGame.java:74)<br />
	at armonkeykit.examples.patternmarkers.basic.ARTeapotTorus.main(ARTeapotTorus.java:129)</p>
<p>can someone please help me out..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-8054</link>
		<dc:creator><![CDATA[Ash]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 09:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-8054</guid>
		<description><![CDATA[I have a windows 7 64bit laptop with core i7. I have installed the Helios Eclipse package and jdk 6 update 22. I also set eclipse to run as administrative user. Eclipse starts up fine but when I try to run or debug a very simple hello world app i get following error...&quot;launching has encountered a problem. Exception occurred executing command line. Cannot run program javaw.exe in directory c:\workspace: CreateProcess error=5, Access is denied.&quot; any ideas anyone?]]></description>
		<content:encoded><![CDATA[<p>I have a windows 7 64bit laptop with core i7. I have installed the Helios Eclipse package and jdk 6 update 22. I also set eclipse to run as administrative user. Eclipse starts up fine but when I try to run or debug a very simple hello world app i get following error&#8230;&#8221;launching has encountered a problem. Exception occurred executing command line. Cannot run program javaw.exe in directory c:\workspace: CreateProcess error=5, Access is denied.&#8221; any ideas anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Medium Roast &#187; Blog Archive &#187; Android Development on Windows 7 64-bit</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-7767</link>
		<dc:creator><![CDATA[Medium Roast &#187; Blog Archive &#187; Android Development on Windows 7 64-bit]]></dc:creator>
		<pubDate>Sat, 21 Aug 2010 15:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-7767</guid>
		<description><![CDATA[[...] you do opt for the 64-bit Android development environment, there&#8217;s some instructions here to get it set [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you do opt for the 64-bit Android development environment, there&#8217;s some instructions here to get it set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lingpipe</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-7344</link>
		<dc:creator><![CDATA[lingpipe]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-7344</guid>
		<description><![CDATA[This isn&#039;t an Eclipse support site.  I was just pointing people to the 64-bit distros because I couldn&#039;t find them.

If you find class not found errors, it&#039;s because the .class file or jar containing it is not on the classpath.  I have no idea how to deal with that in Eclipse or deal with compatibility issues for versions.]]></description>
		<content:encoded><![CDATA[<p>This isn&#8217;t an Eclipse support site.  I was just pointing people to the 64-bit distros because I couldn&#8217;t find them.</p>
<p>If you find class not found errors, it&#8217;s because the .class file or jar containing it is not on the classpath.  I have no idea how to deal with that in Eclipse or deal with compatibility issues for versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-7342</link>
		<dc:creator><![CDATA[Raghu]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 06:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-7342</guid>
		<description><![CDATA[I was using IBM WebSphere v6.0 (that actually uses Eclipse RAD) 32-bit on Win Vista and XP 32-bit PCs. Now I am on a Win 7, 64-bit PC. The prob. is I am restricted from heavy downloads in our company (&gt; 25 MB), and hence unable to download Eclipse 64-bit RAD or any other web RAD tool. So I&#039;ve installed my old Eclipse and made it &#039;compatible&#039;, and it is starting. But the real issue before me is getting Eclipse to start the web server (WebSphere in my case) -&gt; it says &#039;java class not found&#039;. I tried downloading Tomcat 6.x and JRE 6.x (both 64-bit), but I do not know how to link them. I am not also able to make the Java class files &#039;compatible&#039; in a similar way, as they are not a single application. Either I should somehow link the Eclipse to the existing Java files in a compatible mode, or I should be able to link it to a 64-bit JRE. In either case, how to go about it? Pl. help.]]></description>
		<content:encoded><![CDATA[<p>I was using IBM WebSphere v6.0 (that actually uses Eclipse RAD) 32-bit on Win Vista and XP 32-bit PCs. Now I am on a Win 7, 64-bit PC. The prob. is I am restricted from heavy downloads in our company (&gt; 25 MB), and hence unable to download Eclipse 64-bit RAD or any other web RAD tool. So I&#8217;ve installed my old Eclipse and made it &#8216;compatible&#8217;, and it is starting. But the real issue before me is getting Eclipse to start the web server (WebSphere in my case) -&gt; it says &#8216;java class not found&#8217;. I tried downloading Tomcat 6.x and JRE 6.x (both 64-bit), but I do not know how to link them. I am not also able to make the Java class files &#8216;compatible&#8217; in a similar way, as they are not a single application. Either I should somehow link the Eclipse to the existing Java files in a compatible mode, or I should be able to link it to a 64-bit JRE. In either case, how to go about it? Pl. help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Unfortunate Programmer &#187; 64-Bit Windows Eclipse Download</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-7111</link>
		<dc:creator><![CDATA[The Unfortunate Programmer &#187; 64-Bit Windows Eclipse Download]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 04:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-7111</guid>
		<description><![CDATA[[...] a 64-bit version of Eclipse for  Windows 7, and twice I have found this site a life saver. LingPipe Blog has a nice procedure for obtaining a 64-Bit version of Eclipse for the Windows platform.  I only [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a 64-bit version of Eclipse for  Windows 7, and twice I have found this site a life saver. LingPipe Blog has a nice procedure for obtaining a 64-Bit version of Eclipse for the Windows platform.  I only [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesmin</title>
		<link>http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/#comment-7024</link>
		<dc:creator><![CDATA[Jesmin]]></dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=853#comment-7024</guid>
		<description><![CDATA[I have a newbie question. 

I have a Intel Dual Core, x64, Windows 7 laptop.

I want to install Eclipse CDT along with cygwin. Am I supposed to install JDK 1.4 or JRE or JVM (for x64 platform) before installing the Eclipse IDE?

would really appreciate a reply. Thank u.]]></description>
		<content:encoded><![CDATA[<p>I have a newbie question. </p>
<p>I have a Intel Dual Core, x64, Windows 7 laptop.</p>
<p>I want to install Eclipse CDT along with cygwin. Am I supposed to install JDK 1.4 or JRE or JVM (for x64 platform) before installing the Eclipse IDE?</p>
<p>would really appreciate a reply. Thank u.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

