How can I start a jpct project using eclipse???

Started by ale_gia, June 08, 2014, 11:39:49 AM

Previous topic - Next topic

ale_gia

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!!!

EgonOlsen

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 and then create a new java class with a main method to do stuff....