www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Birdron on January 07, 2012, 12:49:45 am

Title: Advanced Example!
Post by: Birdron on January 07, 2012, 12:49:45 am
Hi,
   I am new here. I just tried to run the AdvancedExample from the wiki. But I am getting unable to run it.
   What ide should I use to write the codes?
   How to create the class file?
   
   I am new to java as well.

   EDIT: OK, just realized I will need jdk to compile the codes ???.

   Thanks in advance.
   Regards
Title: Re: Advanced Example!
Post by: EgonOlsen on January 07, 2012, 05:51:26 pm
If you are new to Java, maybe the AdvancedExample isn't a good idea to start with. I would rather start with some basic Java stuff and the HelloWorld example, which can be found in the wiki as well as in the zip.
For an IDE, i suggest to use Eclipse, but Netbeans is fine too. Just choose the one that suits you more.

So...install the JDK, install Eclipse, create a new project, add the jpct.jar and lwjgl and try to get the HelloWorld-example to compile. The wiki also has some brief "how to install" information.
Title: Re: Advanced Example!
Post by: Birdron on January 07, 2012, 06:11:19 pm
Sure, I thought that too. Thanks.

Regards.