www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Anonymous on September 06, 2004, 07:34:24 pm

Title: help newbie
Post by: Anonymous 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
Title: help newbie
Post by: EgonOlsen 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.
Title: help newbie
Post by: Anonymous on September 07, 2004, 06:11:38 pm
thx for the reply