<?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 for GaanZa</title>
	<atom:link href="http://www.gaanza.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaanza.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 05:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to make a exe file of Java Program ? by Tharindu</title>
		<link>http://www.gaanza.com/blog/how-to-make-a-exe-file-for-java-program/comment-page-1/#comment-894</link>
		<dc:creator>Tharindu</dc:creator>
		<pubDate>Thu, 26 Jan 2012 05:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=61#comment-894</guid>
		<description>thanx 4 ur hlp.... but i wanna knw how 2 include it  sql database ...? ?</description>
		<content:encoded><![CDATA[<p>thanx 4 ur hlp&#8230;. but i wanna knw how 2 include it  sql database &#8230;? ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Nvidia Driver on Ubuntu 10.04 by rithi</title>
		<link>http://www.gaanza.com/blog/installing-nvidia-driver-on-ubuntu-10-04/comment-page-1/#comment-892</link>
		<dc:creator>rithi</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/?p=505#comment-892</guid>
		<description>Kept on getting this message &quot;You appear to be running an X Server...&quot;
even after stopping gdm. Took a while to figure out but X was running in  safe mode.

Had to get the PIDs of all running X instances with: 
ps -ef &#124; grep X

Killed them and then installed the driver.</description>
		<content:encoded><![CDATA[<p>Kept on getting this message &#8220;You appear to be running an X Server&#8230;&#8221;<br />
even after stopping gdm. Took a while to figure out but X was running in  safe mode.</p>
<p>Had to get the PIDs of all running X instances with:<br />
ps -ef | grep X</p>
<p>Killed them and then installed the driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a exe file of Java Program ? by Shubhradeep Mallik</title>
		<link>http://www.gaanza.com/blog/how-to-make-a-exe-file-for-java-program/comment-page-1/#comment-889</link>
		<dc:creator>Shubhradeep Mallik</dc:creator>
		<pubDate>Tue, 17 Jan 2012 02:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=61#comment-889</guid>
		<description>Hey! Thank You so much. It was really helpful... Thanks Buddy.</description>
		<content:encoded><![CDATA[<p>Hey! Thank You so much. It was really helpful&#8230; Thanks Buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2D Rain Effect by slick2d</title>
		<link>http://www.gaanza.com/blog/2d-rain-effect/comment-page-1/#comment-881</link>
		<dc:creator>slick2d</dc:creator>
		<pubDate>Mon, 09 Jan 2012 14:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/?p=382#comment-881</guid>
		<description>just use an emmiter.. google on slick2d pedigree</description>
		<content:encoded><![CDATA[<p>just use an emmiter.. google on slick2d pedigree</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by John</title>
		<link>http://www.gaanza.com/blog/slick2d-netbeans/comment-page-1/#comment-864</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 25 Dec 2011 03:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-864</guid>
		<description>I&#039;m running netbeans on Ubuntu. When I run the test program I recieve this error:
Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: getPointer
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)
        at java.lang.Runtime.loadLibrary0(Runtime.java:840)
        at java.lang.System.loadLibrary(System.java:1047)
        at org.lwjgl.Sys$1.run(Sys.java:75)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
        at org.lwjgl.Sys.loadLibrary(Sys.java:88)
        at org.lwjgl.Sys.(Sys.java:101)
        at org.lwjgl.opengl.Display.(Display.java:128)
        at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.newdawn.slick.AppGameContainer.(AppGameContainer.java:36)
        at slicktest2.Test.main(Test.java:30)
Java Result: 1

Please help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running netbeans on Ubuntu. When I run the test program I recieve this error:<br />
Exception in thread &#8220;main&#8221; java.lang.NoSuchMethodError: getPointer<br />
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)<br />
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)<br />
        at java.lang.Runtime.loadLibrary0(Runtime.java:840)<br />
        at java.lang.System.loadLibrary(System.java:1047)<br />
        at org.lwjgl.Sys$1.run(Sys.java:75)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)<br />
        at org.lwjgl.Sys.loadLibrary(Sys.java:88)<br />
        at org.lwjgl.Sys.(Sys.java:101)<br />
        at org.lwjgl.opengl.Display.(Display.java:128)<br />
        at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at org.newdawn.slick.AppGameContainer.(AppGameContainer.java:36)<br />
        at slicktest2.Test.main(Test.java:30)<br />
Java Result: 1</p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading image/Texture Mapping in LWJGL by dale</title>
		<link>http://www.gaanza.com/blog/loading-imagetexture-mapping-in-lwjgl/comment-page-1/#comment-862</link>
		<dc:creator>dale</dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=318#comment-862</guid>
		<description>Worked straight off on the first try. Very helpful. Thanks a lot for posting!</description>
		<content:encoded><![CDATA[<p>Worked straight off on the first try. Very helpful. Thanks a lot for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I made the Pinball Flipper with Box2d Flash by Niels</title>
		<link>http://www.gaanza.com/blog/pinball-flipper-with-box2d/comment-page-1/#comment-859</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Mon, 12 Dec 2011 10:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/?p=664#comment-859</guid>
		<description>Thank you for this example, works like a charm! :-)</description>
		<content:encoded><![CDATA[<p>Thank you for this example, works like a charm! <img src='http://www.gaanza.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting Android to remote mysql via PHP and JSON by Fredrick</title>
		<link>http://www.gaanza.com/blog/how-to-mysql/comment-page-1/#comment-854</link>
		<dc:creator>Fredrick</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/?p=881#comment-854</guid>
		<description>Thank.
Can you add some code to save that data to the android sqlite database please.</description>
		<content:encoded><![CDATA[<p>Thank.<br />
Can you add some code to save that data to the android sqlite database please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by guest</title>
		<link>http://www.gaanza.com/blog/slick2d-netbeans/comment-page-1/#comment-853</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Thu, 24 Nov 2011 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-853</guid>
		<description>ang: in STEP 8 you must unzip slick.zip and in folder lib is natives-linux.jar unzip this jar file and set -Djava.library.path=foobar where foobar is path to directory with unziped jar file..
ps this tutorial working with netbeans 7.0.1
pss for all: be carefull with copy and paste with double quotes, easy way is just delete and write doouble quotes again..</description>
		<content:encoded><![CDATA[<p>ang: in STEP 8 you must unzip slick.zip and in folder lib is natives-linux.jar unzip this jar file and set -Djava.library.path=foobar where foobar is path to directory with unziped jar file..<br />
ps this tutorial working with netbeans 7.0.1<br />
pss for all: be carefull with copy and paste with double quotes, easy way is just delete and write doouble quotes again..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by ang</title>
		<link>http://www.gaanza.com/blog/slick2d-netbeans/comment-page-1/#comment-852</link>
		<dc:creator>ang</dc:creator>
		<pubDate>Sun, 20 Nov 2011 22:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-852</guid>
		<description>Hello ty for the tutorial... i have win7 64 bits but the full version of slick doesnt have the 64 bit lwjgl.. i download it from the main site of the lwjgl and put it in the  root i choose for the step 8... but got same error...

what can i do ? ty

Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: C:\slick\lwjgl.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(ClassLoader.java:1803)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1028)
        at org.lwjgl.Sys$1.run(Sys.java:75)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
        at org.lwjgl.Sys.loadLibrary(Sys.java:84)
        at org.lwjgl.Sys.(Sys.java:101)
        at org.lwjgl.opengl.Display.(Display.java:128)
        at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.newdawn.slick.AppGameContainer.(AppGameContainer.java:36)
        at slicktest.Test.main(Test.java:20)</description>
		<content:encoded><![CDATA[<p>Hello ty for the tutorial&#8230; i have win7 64 bits but the full version of slick doesnt have the 64 bit lwjgl.. i download it from the main site of the lwjgl and put it in the  root i choose for the step 8&#8230; but got same error&#8230;</p>
<p>what can i do ? ty</p>
<p>Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: C:\slick\lwjgl.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(ClassLoader.java:1803)<br />
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)<br />
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
        at java.lang.System.loadLibrary(System.java:1028)<br />
        at org.lwjgl.Sys$1.run(Sys.java:75)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)<br />
        at org.lwjgl.Sys.loadLibrary(Sys.java:84)<br />
        at org.lwjgl.Sys.(Sys.java:101)<br />
        at org.lwjgl.opengl.Display.(Display.java:128)<br />
        at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at org.newdawn.slick.AppGameContainer.(AppGameContainer.java:36)<br />
        at slicktest.Test.main(Test.java:20)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

