Hi I wanted to try to use jpct, I have downloaded the library and added them in the eclipse IDE, but after that what do I have to do to start a jpct project??? do I have to select file->new->javaProject???
thanks for your help!!!
That's a basic question about how to use Eclipse more than it is one about jPCT. You should try to get familiar with Eclipse before starting a project. Anyway, file->new->Java project is a good start. Create your project, add the libraries like described here: http://www.jpct.net/wiki/index.php/How_to_install (http://www.jpct.net/wiki/index.php/How_to_install) and then create a new java class with a main method to do stuff....