www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: ale_gia on June 08, 2014, 11:39:49 am

Title: How can I start a jpct project using eclipse???
Post by: ale_gia 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!!!
Title: Re: How can I start a jpct project using eclipse???
Post by: EgonOlsen 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 (http://www.jpct.net/wiki/index.php/How_to_install) and then create a new java class with a main method to do stuff....