Search:

Type: Posts; User: kafka82

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    4,164

    Re: Porting from Processing IDE to Eclipse

    Thanks for your patience.

    so adding jar files for my libraries and importing them in my code is not enough? How do I check I have both classpath for javac command and java command?
  2. Replies
    12
    Views
    4,164

    Re: Porting from Processing IDE to Eclipse

    I am not sure I got what you mean
    I added these line in my source code
    import javax.media.opengl.*;
    import javax.media.opengl.glu.*;

    but still have many errors...at least I found the missing...
  3. Replies
    12
    Views
    4,164

    Re: Porting from Processing IDE to Eclipse

    Mhhhh it s going to be full headaches..

    imported now in the project all opengl related jar files (dont what processing actually uses but I found them inside the processing opegl library folder)....
  4. Replies
    12
    Views
    4,164

    Re: Porting from Processing IDE to Eclipse

    I see...probably I need to import more jar files..but then how do I know I loaded all needed libraries in my code? is there a way to import them all without typing one by one?
  5. Replies
    12
    Views
    4,164

    Re: Porting from Processing IDE to Eclipse

    Thanks for the insight about global variables.
    As for the problems Im having now with Eclipse is very simple...lots and lots of unexplicable errors..such as
    Clearly I am mistaking how my classes...
  6. Replies
    12
    Views
    4,164

    Porting from Processing IDE to Eclipse

    Hi all,

    I am porting a little project I did in Processing PDE (Processing.org) into Eclipse because I want to use full Java functionalities. For those who dont know Processing is a Java based...
Results 1 to 6 of 6