|
Hi all,
I'm trying lejos for the first time, but i cant get it working. i followed the
tutorial on the lejos homepage.
when i tried to compile motion.java, 9 errors come up with the first one saying
that package josx.vision does not exist. this is what i got:
Motion.java:1: package josx.vision does not exist
import josx.vision.*;
^
Motion.java:3: cannot resolve symbol
symbol : class MotionListener
location : class Motion
public class Motion implements MotionListener {
^
... and another 7 cannot resolve symbol errors similar to the second one.
can anybody points out why this is happening? is there anything i missed out
while installing the whole thing? or is it the arrangement of the files in my
lejos folder?
please help if you know the solution.
thanks.
arif
|
|
Message has 1 Reply: | | Re: lejos help please
|
| (...) My lejos book is at school, but my first question would be, have you set up your classpath correctly? If josx.vision is a real thing, you shouldn't get that first error. Peter (18 years ago, 6-Jul-06, to lugnet.robotics.rcx.java)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|