<?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: Installing or Setting up JOGL on Ubuntu</title>
	<atom:link href="http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/</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>By: padam</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-369</link>
		<dc:creator>padam</dc:creator>
		<pubDate>Mon, 10 Jan 2011 03:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-369</guid>
		<description>yeah will do it asap. Thanks.</description>
		<content:encoded><![CDATA[<p>yeah will do it asap. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Gouesse</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-362</link>
		<dc:creator>Julien Gouesse</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-362</guid>
		<description>Hi!

Please modify your &quot;howto&quot; as Mickael suggested, it is not very difficult. Some people might have problems when using JOGL applications and applets because of it. Best regards.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Please modify your &#8220;howto&#8221; as Mickael suggested, it is not very difficult. Some people might have problems when using JOGL applications and applets because of it. Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: padam</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-343</link>
		<dc:creator>padam</dc:creator>
		<pubDate>Tue, 28 Dec 2010 03:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-343</guid>
		<description>Its a problem with ur double quotes &quot;&quot;. Check it properly. Just correct it. I think you have copy and pasted the code from this post thats why instead of double quotes its different sign.
Thanks.</description>
		<content:encoded><![CDATA[<p>Its a problem with ur double quotes &#8220;&#8221;. Check it properly. Just correct it. I think you have copy and pasted the code from this post thats why instead of double quotes its different sign.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Shinde</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-342</link>
		<dc:creator>Pavan Shinde</dc:creator>
		<pubDate>Tue, 28 Dec 2010 02:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-342</guid>
		<description>Please help</description>
		<content:encoded><![CDATA[<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Shinde</title>
		<link>http://www.gaanza.com/blog/setting-up-jogl-in-ubuntu/comment-page-1/#comment-341</link>
		<dc:creator>Pavan Shinde</dc:creator>
		<pubDate>Tue, 28 Dec 2010 02:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaanza.com/blog/?p=118#comment-341</guid>
		<description>When I compiled it I got these 22 errors for the above code..

saturn@saturn-desktop:~$ javac Hello.java 
Hello.java:6: illegal character: \8220
System.loadLibrary(“jogl”);
                   ^
Hello.java:6: &#039;;&#039; expected
System.loadLibrary(“jogl”);
                    ^
Hello.java:6: illegal character: \8221
System.loadLibrary(“jogl”);
                        ^
Hello.java:6: &#039;;&#039; expected
System.loadLibrary(“jogl”);
                         ^
Hello.java:7: illegal character: \8220
System.out.println(  “Hello World! The native libraries are installed.” );
                     ^
Hello.java:7: &#039;;&#039; expected
System.out.println(  “Hello World! The native libraries are installed.” );
                      ^
Hello.java:7: not a statement
System.out.println(  “Hello World! The native libraries are installed.” );
                            ^
Hello.java:7: &#039;;&#039; expected
System.out.println(  “Hello World! The native libraries are installed.” );
                                 ^
Hello.java:7: not a statement
System.out.println(  “Hello World! The native libraries are installed.” );
                                   ^
Hello.java:7: &#039;;&#039; expected
System.out.println(  “Hello World! The native libraries are installed.” );
                                      ^
Hello.java:7: illegal start of expression
System.out.println(  “Hello World! The native libraries are installed.” );
                                       ^
Hello.java:7: &#039;;&#039; expected
System.out.println(  “Hello World! The native libraries are installed.” );
                                                       ^
Hello.java:7: &#039;;&#039; expected
System.out.println(  “Hello World! The native libraries are installed.” );
                                                                     ^
Hello.java:7: illegal character: \8221
System.out.println(  “Hello World! The native libraries are installed.” );
                                                                      ^
Hello.java:9: illegal character: \8220
System.out.println( “Hello JOGL! The jar appears to be available.” );
                    ^
Hello.java:9: &#039;;&#039; expected
System.out.println( “Hello JOGL! The jar appears to be available.” );
                     ^
Hello.java:9: not a statement
System.out.println( “Hello JOGL! The jar appears to be available.” );
                           ^
Hello.java:9: &#039;;&#039; expected
System.out.println( “Hello JOGL! The jar appears to be available.” );
                               ^
Hello.java:9: &#039;;&#039; expected
System.out.println( “Hello JOGL! The jar appears to be available.” );
                                        ^
Hello.java:9: &#039;;&#039; expected
System.out.println( “Hello JOGL! The jar appears to be available.” );
                                                   ^
Hello.java:9: &#039;;&#039; expected
System.out.println( “Hello JOGL! The jar appears to be available.” );
                                                                ^
Hello.java:9: illegal character: \8221
System.out.println( “Hello JOGL! The jar appears to be available.” );
                                                                 ^
22 errors</description>
		<content:encoded><![CDATA[<p>When I compiled it I got these 22 errors for the above code..</p>
<p>saturn@saturn-desktop:~$ javac Hello.java<br />
Hello.java:6: illegal character: \8220<br />
System.loadLibrary(“jogl”);<br />
                   ^<br />
Hello.java:6: &#8216;;&#8217; expected<br />
System.loadLibrary(“jogl”);<br />
                    ^<br />
Hello.java:6: illegal character: \8221<br />
System.loadLibrary(“jogl”);<br />
                        ^<br />
Hello.java:6: &#8216;;&#8217; expected<br />
System.loadLibrary(“jogl”);<br />
                         ^<br />
Hello.java:7: illegal character: \8220<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                     ^<br />
Hello.java:7: &#8216;;&#8217; expected<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                      ^<br />
Hello.java:7: not a statement<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                            ^<br />
Hello.java:7: &#8216;;&#8217; expected<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                 ^<br />
Hello.java:7: not a statement<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                   ^<br />
Hello.java:7: &#8216;;&#8217; expected<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                      ^<br />
Hello.java:7: illegal start of expression<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                       ^<br />
Hello.java:7: &#8216;;&#8217; expected<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                                       ^<br />
Hello.java:7: &#8216;;&#8217; expected<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                                                     ^<br />
Hello.java:7: illegal character: \8221<br />
System.out.println(  “Hello World! The native libraries are installed.” );<br />
                                                                      ^<br />
Hello.java:9: illegal character: \8220<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                    ^<br />
Hello.java:9: &#8216;;&#8217; expected<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                     ^<br />
Hello.java:9: not a statement<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                           ^<br />
Hello.java:9: &#8216;;&#8217; expected<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                               ^<br />
Hello.java:9: &#8216;;&#8217; expected<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                                        ^<br />
Hello.java:9: &#8216;;&#8217; expected<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                                                   ^<br />
Hello.java:9: &#8216;;&#8217; expected<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                                                                ^<br />
Hello.java:9: illegal character: \8221<br />
System.out.println( “Hello JOGL! The jar appears to be available.” );<br />
                                                                 ^<br />
22 errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>
</channel>
</rss>

