<?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>Interactive</description>
	<lastBuildDate>Tue, 09 Feb 2010 07:50:08 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Drawing 2D Sprite Using OpenGl with SDL by Moving 2D Sprite using Opengl with SDL</title>
		<link>http://www.gaanza.com/blog/how-to-display-2d-sprite-using-opengl-with-sdl/comment-page-1/#comment-13</link>
		<dc:creator>Moving 2D Sprite using Opengl with SDL</dc:creator>
		<pubDate>Tue, 09 Feb 2010 07:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=4#comment-13</guid>
		<description>[...] 2D Sprite: SO on my previous post i showed you the code to display a 2D sprite using OpenGl with SDL. Now i&#8217;ll show how to move [...]</description>
		<content:encoded><![CDATA[<p>[...] 2D Sprite: SO on my previous post i showed you the code to display a 2D sprite using OpenGl with SDL. Now i&#8217;ll show how to move [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by Padam Thapa</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-12</link>
		<dc:creator>Padam Thapa</dc:creator>
		<pubDate>Sat, 06 Feb 2010 08:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-12</guid>
		<description>You need a matching lwjgl.jar and lwjgl.dll....
it means that u r linking to new version of lwjgl.dll but ur using old lwjg.jar.
U just replace the lwjgl.jar with latest jar version matching lwjgl.dll version.
Gracias.</description>
		<content:encoded><![CDATA[<p>You need a matching lwjgl.jar and lwjgl.dll&#8230;.<br />
it means that u r linking to new version of lwjgl.dll but ur using old lwjg.jar.<br />
U just replace the lwjgl.jar with latest jar version matching lwjgl.dll version.<br />
Gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by Dave</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-11</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-11</guid>
		<description>I&#039;ve tried to install Slick 2D in netbeans 6.7.1 and i get this error: Exception in thread &quot;main&quot; java.lang.LinkageError: Version mismatch: jar version is &#039;16&#039;, native libary version is &#039;17&#039;
        at org.lwjgl.Sys.(Sys.java:105)
        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:25)
Java Result: 1

Can u help me?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to install Slick 2D in netbeans 6.7.1 and i get this error: Exception in thread &#8220;main&#8221; java.lang.LinkageError: Version mismatch: jar version is &#8216;16&#8242;, native libary version is &#8216;17&#8242;<br />
        at org.lwjgl.Sys.(Sys.java:105)<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:25)<br />
Java Result: 1</p>
<p>Can u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by Padam Thapa</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-10</link>
		<dc:creator>Padam Thapa</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-10</guid>
		<description>well i tested the code that u have written and it is working perfectly.

java.lang.NoClassDefFoundError generally occurs when the classpath is not set properly.</description>
		<content:encoded><![CDATA[<p>well i tested the code that u have written and it is working perfectly.</p>
<p>java.lang.NoClassDefFoundError generally occurs when the classpath is not set properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by Brad</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-9</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-9</guid>
		<description>I need help with these errors as I can&#039;t figure out what to do about this! it has been incredibly ANNOYING! PLEASE HELP
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;

/**
*
* @author padam
*/
public class Test extends BasicGame{

public Test(String name){
super(name);
}

public static void main(String[] args){
try {
AppGameContainer container = new AppGameContainer (new Test(&quot;Game&quot;));
container.setDisplayMode(800,600,false);
container.start();
} catch (SlickException e) {
e.printStackTrace();
}
}

@Override
public void init(GameContainer gc) throws SlickException {

}

@Override
public void update(GameContainer gc, int delta) throws SlickException {

}

public void render(GameContainer gc, Graphics g) throws SlickException {

}

}
this program returned the errors
java.lang.NoClassDefFoundError: C:\Users\Boothe Family\Documents\bradley&#039;s science\slick
Caused by: java.lang.ClassNotFoundException: C:\Users\Boothe Family\Documents\bradley&#039;s science\slick
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: C:\Users\Boothe Family\Documents\bradley&#039;s science\slick.  Program will exit.
Exception in thread &quot;main&quot; Java Result: 1</description>
		<content:encoded><![CDATA[<p>I need help with these errors as I can&#8217;t figure out what to do about this! it has been incredibly ANNOYING! PLEASE HELP<br />
import org.newdawn.slick.AppGameContainer;<br />
import org.newdawn.slick.BasicGame;<br />
import org.newdawn.slick.GameContainer;<br />
import org.newdawn.slick.Graphics;<br />
import org.newdawn.slick.SlickException;</p>
<p>/**<br />
*<br />
* @author padam<br />
*/<br />
public class Test extends BasicGame{</p>
<p>public Test(String name){<br />
super(name);<br />
}</p>
<p>public static void main(String[] args){<br />
try {<br />
AppGameContainer container = new AppGameContainer (new Test(&#8220;Game&#8221;));<br />
container.setDisplayMode(800,600,false);<br />
container.start();<br />
} catch (SlickException e) {<br />
e.printStackTrace();<br />
}<br />
}</p>
<p>@Override<br />
public void init(GameContainer gc) throws SlickException {</p>
<p>}</p>
<p>@Override<br />
public void update(GameContainer gc, int delta) throws SlickException {</p>
<p>}</p>
<p>public void render(GameContainer gc, Graphics g) throws SlickException {</p>
<p>}</p>
<p>}<br />
this program returned the errors<br />
java.lang.NoClassDefFoundError: C:\Users\Boothe Family\Documents\bradley&#8217;s science\slick<br />
Caused by: java.lang.ClassNotFoundException: C:\Users\Boothe Family\Documents\bradley&#8217;s science\slick<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)<br />
Could not find the main class: C:\Users\Boothe Family\Documents\bradley&#8217;s science\slick.  Program will exit.<br />
Exception in thread &#8220;main&#8221; Java Result: 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting Up LWJGL with Netbeans by Loading image/Texture Mapping in LWJGL - GaanZa</title>
		<link>http://www.gaanza.com/blog/setting-up-lwjgl-with-netbeans/comment-page-1/#comment-27</link>
		<dc:creator>Loading image/Texture Mapping in LWJGL - GaanZa</dc:creator>
		<pubDate>Sun, 04 Oct 2009 15:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=285#comment-27</guid>
		<description>[...] have to setup lwjgl and slick-util with netbeans. Yeah i am using netbeans to write my program. You can see my post to setup lwjgl with netbeans. Now we will set up slick-util, its a continuation to the steps that we did to setup [...]</description>
		<content:encoded><![CDATA[<p>[...] have to setup lwjgl and slick-util with netbeans. Yeah i am using netbeans to write my program. You can see my post to setup lwjgl with netbeans. Now we will set up slick-util, its a continuation to the steps that we did to setup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing or Setting up JOGL on Ubuntu by Padam Thapa</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-18</link>
		<dc:creator>Padam Thapa</dc:creator>
		<pubDate>Sun, 04 Oct 2009 14:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-18</guid>
		<description>Yeah michael bien is very correct. The above howto that i wrote is not very recommended. I am not a regular Ubuntu user and i was having problem setting classpath on ubuntu linux so i hacked it around and get my jogl app working using above steps.

Gracias.</description>
		<content:encoded><![CDATA[<p>Yeah michael bien is very correct. The above howto that i wrote is not very recommended. I am not a regular Ubuntu user and i was having problem setting classpath on ubuntu linux so i hacked it around and get my jogl app working using above steps.</p>
<p>Gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing or Setting up JOGL on Ubuntu by michael bien</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-17</link>
		<dc:creator>michael bien</dc:creator>
		<pubDate>Fri, 02 Oct 2009 22:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-17</guid>
		<description>1. it is a very bad idea to deploy jogl in your jre, this will break a lot of apps. (esp. webstart and applets)
2. don&#039;t load jogl natives explicitly it is already done by jogl.

-cp and -Djava.library.path is all you need to start a app with jar and native dependencies (in general) via cmd line. If you want to use applets or webstart just take a look at the jnlp extensions provided by jogl.

In other words: don&#039;t follow this howto</description>
		<content:encoded><![CDATA[<p>1. it is a very bad idea to deploy jogl in your jre, this will break a lot of apps. (esp. webstart and applets)<br />
2. don&#8217;t load jogl natives explicitly it is already done by jogl.</p>
<p>-cp and -Djava.library.path is all you need to start a app with jar and native dependencies (in general) via cmd line. If you want to use applets or webstart just take a look at the jnlp extensions provided by jogl.</p>
<p>In other words: don&#8217;t follow this howto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by gilley</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-8</link>
		<dc:creator>gilley</dc:creator>
		<pubDate>Tue, 29 Sep 2009 23:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-8</guid>
		<description>Thanks!
Everything is fine now</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Everything is fine now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slick 2D with netbeans 6.5.1 by Padam Thapa</title>
		<link>http://www.gaanza.com/blog/setting-up-slick-2d-with-netbeans-651/comment-page-1/#comment-7</link>
		<dc:creator>Padam Thapa</dc:creator>
		<pubDate>Sun, 27 Sep 2009 02:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=36#comment-7</guid>
		<description>Its a syntax error, you have written the code wrongly, check it properly.

First Mistake: The first line of code is package com.padam.testing, but when u created the Test.java file then u didn&#039;t provided that package name, u just simply left the package field empty. So omit this code from you file.

Second Mistake: You have written the class Test class definition incorrectly. Watch it properly.
public class Test {
public class Test extends BasicGame{

see u have defined the Test class twice(duplicate code), so correct it i.e remove public class Test { from the code and check for the extra braces(parenthesis) at the end.

and Final Mistake: AppGameContainer container = new AppGameContainer(new Test(”Game”));
watch this part closely new Test(”Game”)
the string literal Game is not within the double quotes, yes when i pasted that on my netbeans efitor then that sign was different from double quotes as string literal are always wriiten within double quotes. So replace that sign with double quotes. Thats it.
Now u can compile and run the code.</description>
		<content:encoded><![CDATA[<p>Its a syntax error, you have written the code wrongly, check it properly.</p>
<p>First Mistake: The first line of code is package com.padam.testing, but when u created the Test.java file then u didn&#8217;t provided that package name, u just simply left the package field empty. So omit this code from you file.</p>
<p>Second Mistake: You have written the class Test class definition incorrectly. Watch it properly.<br />
public class Test {<br />
public class Test extends BasicGame{</p>
<p>see u have defined the Test class twice(duplicate code), so correct it i.e remove public class Test { from the code and check for the extra braces(parenthesis) at the end.</p>
<p>and Final Mistake: AppGameContainer container = new AppGameContainer(new Test(”Game”));<br />
watch this part closely new Test(”Game”)<br />
the string literal Game is not within the double quotes, yes when i pasted that on my netbeans efitor then that sign was different from double quotes as string literal are always wriiten within double quotes. So replace that sign with double quotes. Thats it.<br />
Now u can compile and run the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
