Author Topic: How can I start a jpct project using eclipse???  (Read 1726 times)

Offline ale_gia

  • byte
  • *
  • Posts: 1
    • View Profile
How can I start a jpct project using eclipse???
« on: June 08, 2014, 11:39:49 am »
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!!!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: How can I start a jpct project using eclipse???
« Reply #1 on: June 09, 2014, 09:59:50 pm »
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....