Author Topic: help newbie  (Read 3889 times)

Anonymous

  • Guest
help newbie
« on: September 06, 2004, 07:34:24 pm »
when i use import.threed.jpct  it says that it does not regonise it
do i have to set out a classpath
if yeas how do u do this cause im really confused

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
help newbie
« Reply #1 on: September 07, 2004, 04:19:54 pm »
Yes, you have to set the classpath so that it includes the jpct.jar (and the lwjgl.jar as well if you want to use OpenGL). This is needed for compiling and executing code that uses jPCT. You can set this temporally using the -cp directive like the example batch-files do or permanently by modifying your classpath-var.

Anonymous

  • Guest
help newbie
« Reply #2 on: September 07, 2004, 06:11:38 pm »
thx for the reply