Import turtle problems
843810Apr 2 2009 — edited Apr 2 2009Hi,
I'm trying to run a basic turtle script. i have a folder called pps which has classes including a folder containing the turtle classes in it.
i've saved the pps folder to C:\kxt101\classes
my user and system variable CLASSPATH (under: control panal\system\Advanced System settings\ Enviromental variables (using windows vista)) is set to C:\kxt101\classes;.
on using java i import the turtle via:
import pps.turtle.*;
the error i get is:
C:\TurtleShape.java:2: package pps.turtle does not exist
import pps.turtle.*;
^
i'm pretty sure that java doesn't see the package i wanted to add, can anyone help?
thanks