I want to control 2 motors forward and backwards (Motor.A and Motor.B) totally seperate from each other but I cannot figure out Lejos at all. I followed a couple tutorials for using eclipse and creating a shortcut to a nxj compiler and nxj uploader but when I run the compiler i get the error:
"javac: file not found: BasicMotorTest.java
Usage: javac <options> <source files>
use -help for a list of possible options"
I cant even figure out how to upload a simple program to move the motor forward with eclipse. Then once I figure out how to upload the program, I'd like some help with how you might actively control a motor from the computer with usb connection. I've read about programs on the nxt that listen for a connection but I cant even upload one onto it until i figure it out.
If I get help with uploading to the nxt, If someone could just write a simple program for actively communicating over usb to just like move motor.A forward until the program is terminated so i can see how its done.
Thanks
