Main Menu

help newbie

Started by Anonymous, September 06, 2004, 07:34:24 PM

Previous topic - Next topic

Anonymous

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

EgonOlsen

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