Author Topic: Advanced Example!  (Read 2189 times)

Offline Birdron

  • byte
  • *
  • Posts: 22
    • View Profile
Advanced Example!
« 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
« Last Edit: January 07, 2012, 02:29:15 am by BirGwra »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Advanced Example!
« Reply #1 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.

Offline Birdron

  • byte
  • *
  • Posts: 22
    • View Profile
Re: Advanced Example!
« Reply #2 on: January 07, 2012, 06:11:19 pm »
Sure, I thought that too. Thanks.

Regards.