Author Topic: A basic question  (Read 6077 times)

Offline Baalberith

  • byte
  • *
  • Posts: 3
    • View Profile
A basic question
« on: September 15, 2006, 02:35:19 am »

Maybe already knows the answer to my question, but I'm new using Java and JPCT, but I need to know this if I want to continue studying this language:

How do I install JPCT??

I don't know where or anything about how install JPCT, so if someone can help me??

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
A basic question
« Reply #1 on: September 15, 2006, 11:07:56 am »
There's not much to "install". You've to add the jpct.jar (at least...plus the lwjgl jars/native libs if needed) to the classpath. If you are using an IDE like Eclipse or JBuilder, this can be done inside the IDE. Otherwise, please check out the docs from SUN about how to do it.
This topic has been covered several times here in the forums. Have a look here:

http://www.jpct.net/forum/viewtopic.php?t=178
http://www.jpct.net/forum/viewtopic.php?t=446
http://www.jpct.net/forum/viewtopic.php?t=100

There may be other postings dealing with this topic as well.

Offline Baalberith

  • byte
  • *
  • Posts: 3
    • View Profile
A basic question
« Reply #2 on: September 16, 2006, 12:06:30 am »

I'm using JCreator.  So, if want to use JPCT, I hace to open JCreator, and find IDE, and then to add JPCT from there??
I don't have to add the path of the JPCT in my classpath??
Please, I told you, I need a guide for dummies

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
A basic question
« Reply #3 on: September 16, 2006, 11:57:43 am »
There has to an option in JCreator where you can add jar-files to the classpath. I don't know JCreator, so i can't really help you here, but i think you should be able to get this information out of the documentation of JCreator or from a JCreator forum or something.

Offline Mizuki Takase

  • int
  • **
  • Posts: 97
    • View Profile
A basic question
« Reply #4 on: September 17, 2006, 10:27:46 am »
I use JCreator because I love colored text... Normally, I recommend compiling by the Command Prompt~! Its so much more fun that way... Or so I think...

Offline Baalberith

  • byte
  • *
  • Posts: 3
    • View Profile
A basic question
« Reply #5 on: September 24, 2006, 03:54:58 am »
So, how can I configure JPCT if I'm usin JCreator??  I have tried a thousand of different ways, but I can't.  Please, I need help.  I'm using Jcreator 3.5 pro and Windows xp

Offline Mizuki Takase

  • int
  • **
  • Posts: 97
    • View Profile
A basic question
« Reply #6 on: September 26, 2006, 06:31:40 pm »
Quote
So, how can I configure JPCT if I'm usin JCreator?? I have tried a thousand of different ways, but I can't. Please, I need help. I'm using Jcreator 3.5 pro and Windows xp


Under project properties, find something that says Required libraries and add all of the jars that you got from downloading JPCT. I still recommend compiling using the Command Prompt.