<?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: Processing in Eclipse</title>
	<atom:link href="http://www.learningprocessing.com/tutorials/processing-in-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keny-gomez</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-20578</link>
		<dc:creator>Keny-gomez</dc:creator>
		<pubDate>Wed, 24 Aug 2011 23:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-20578</guid>
		<description>Say I&#039;m in &quot;class3&quot; and I&#039;m using actionlistener to call &quot;class2&quot;, basically the methods of class2 will open when a button is clicked, instead of putting this in the main method:  PApplet.main(new String[] { &quot;--present&quot;, &quot;class2&quot; });what do I have to put in the actionlistener body? I&#039;ve been trying to do that and I don&#039;t know how to do it.

</description>
		<content:encoded><![CDATA[<p>Say I&#8217;m in &#8220;class3&#8243; and I&#8217;m using actionlistener to call &#8220;class2&#8243;, basically the methods of class2 will open when a button is clicked, instead of putting this in the main method:  PApplet.main(new String[] { &#8220;&#8211;present&#8221;, &#8220;class2&#8243; });what do I have to put in the actionlistener body? I&#8217;ve been trying to do that and I don&#8217;t know how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diatom</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-20575</link>
		<dc:creator>Diatom</dc:creator>
		<pubDate>Mon, 15 Aug 2011 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-20575</guid>
		<description>Thanks! yes, that definitely made things much easier. I graduated from the opengl libs to toxiclibs, and then ran into the dreaded
Can&#039;t find
dependent libraries

 

Exception in thread &quot;Animation
Thread&quot; java.lang.UnsatisfiedLinkError:
C:UsersTomworkspaceRectTree_tx3Dlibbaseopengljogl.dll: Can&#039;t find
dependent librariesThis has to mean that either the libs are not present or that eclipse cannot see them due to class path issues. my project/lib/base contains opengl which contains
jogl_cg.dll, jogl_awt.dll, jogl.dll 
which makes me think that the dependent libraries are in fact where they should be.

i&#039;&#039;m importing them properly in the main class
import processing.core.*;
import processing.opengl.*;
import toxi.processing.*;
import toxi.geom.*;any suggestions on a bulletproof way to make the libs work?</description>
		<content:encoded><![CDATA[<p>Thanks! yes, that definitely made things much easier. I graduated from the opengl libs to toxiclibs, and then ran into the dreaded<br />
Can&#8217;t find<br />
dependent libraries</p>
<p> </p>
<p>Exception in thread &#8220;Animation<br />
Thread&#8221; java.lang.UnsatisfiedLinkError:<br />
C:UsersTomworkspaceRectTree_tx3Dlibbaseopengljogl.dll: Can&#8217;t find<br />
dependent librariesThis has to mean that either the libs are not present or that eclipse cannot see them due to class path issues. my project/lib/base contains opengl which contains<br />
jogl_cg.dll, jogl_awt.dll, jogl.dll <br />
which makes me think that the dependent libraries are in fact where they should be.</p>
<p>i&#8221;m importing them properly in the main class<br />
import processing.core.*;<br />
import processing.opengl.*;<br />
import toxi.processing.*;<br />
import toxi.geom.*;any suggestions on a bulletproof way to make the libs work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-20571</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 11 Aug 2011 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-20571</guid>
		<description>i need to update this tutorial. try using proclipsing. it makes all of this much easier!  http://code.google.com/p/proclipsing/</description>
		<content:encoded><![CDATA[<p>i need to update this tutorial. try using proclipsing. it makes all of this much easier!  http://code.google.com/p/proclipsing/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diatom</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-20570</link>
		<dc:creator>diatom</dc:creator>
		<pubDate>Thu, 11 Aug 2011 18:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-20570</guid>
		<description>excellent tutorial! I got it working, but couldn&#039;t get eclipse to import opengl libs. I tried substituting the process you suggest for importing the core libs for opengl, and I brought it in and set the path, but it threw errors when running. any suggestions?</description>
		<content:encoded><![CDATA[<p>excellent tutorial! I got it working, but couldn&#8217;t get eclipse to import opengl libs. I tried substituting the process you suggest for importing the core libs for opengl, and I brought it in and set the path, but it threw errors when running. any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ángel Linares García</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-20534</link>
		<dc:creator>Ángel Linares García</dc:creator>
		<pubDate>Thu, 02 Jun 2011 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-20534</guid>
		<description>There is some issues with data conversion (float numbers, doubles, etc...) that are getting me crazy...Is nice to have debug functions and prediction typping, but the code looks awfull if you try that everything works.

Good tutorial :)</description>
		<content:encoded><![CDATA[<p>There is some issues with data conversion (float numbers, doubles, etc&#8230;) that are getting me crazy&#8230;Is nice to have debug functions and prediction typping, but the code looks awfull if you try that everything works.</p>
<p>Good tutorial <img src='http://www.learningprocessing.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-15556</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 18 Nov 2010 21:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-15556</guid>
		<description>Hi!
The tutorial is excellent, but i am trying to move my program from processing to eclipse and i don&#039;t really know how initialize the parent in the constructor when i have arguments in the called, for example:


class rue {

  int taille;
  int tours;
  vehicule[ ] vehicules;

  //constructor//

  rue(int ttaille,int ttours, int tnumvehicules) {
    tours = ttours;

    vehicules = new vehicule [tnumvehicules] ;

    for (int i=0;i &lt; vehicules.length ; i++) {
      vehicules [i]=new vehicule ( int(random(3)+1),int(random(10)),int(random(1)),int(random(1)));
    }
  }


......

May be you can give me a hand, thanks!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
The tutorial is excellent, but i am trying to move my program from processing to eclipse and i don&#8217;t really know how initialize the parent in the constructor when i have arguments in the called, for example:</p>
<p>class rue {</p>
<p>  int taille;<br />
  int tours;<br />
  vehicule[ ] vehicules;</p>
<p>  //constructor//</p>
<p>  rue(int ttaille,int ttours, int tnumvehicules) {<br />
    tours = ttours;</p>
<p>    vehicules = new vehicule [tnumvehicules] ;</p>
<p>    for (int i=0;i &lt; vehicules.length ; i++) {<br />
      vehicules [i]=new vehicule ( int(random(3)+1),int(random(10)),int(random(1)),int(random(1)));<br />
    }<br />
  }</p>
<p>&#8230;&#8230;</p>
<p>May be you can give me a hand, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fire</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-8507</link>
		<dc:creator>fire</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-8507</guid>
		<description>You should explain with instructions and picture how you import the data folder in eclipse. thank you</description>
		<content:encoded><![CDATA[<p>You should explain with instructions and picture how you import the data folder in eclipse. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-5079</link>
		<dc:creator>Luc</dc:creator>
		<pubDate>Tue, 22 Sep 2009 16:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-5079</guid>
		<description>Wow !! Thanks a lot !!</description>
		<content:encoded><![CDATA[<p>Wow !! Thanks a lot !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-135</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 08 Nov 2008 15:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-135</guid>
		<description>This is what you are looking for:
http://www.rednoise.org/EclipseP5Exporter/</description>
		<content:encoded><![CDATA[<p>This is what you are looking for:<br />
<a href="http://www.rednoise.org/EclipseP5Exporter/" rel="nofollow">http://www.rednoise.org/EclipseP5Exporter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.learningprocessing.com/tutorials/processing-in-eclipse/comment-page-1/#comment-134</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=760#comment-134</guid>
		<description>Could you please provide information in how to export an application or an applet when using eclipse.

I tried to do &#039;File &#124; Export&#039; and then selected the &#039;MAC OSX application bundle&#039; but no success.

Thanks</description>
		<content:encoded><![CDATA[<p>Could you please provide information in how to export an application or an applet when using eclipse.</p>
<p>I tried to do &#8216;File | Export&#8217; and then selected the &#8216;MAC OSX application bundle&#8217; but no success.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

