Moderators: roger, 99jonathan, imaqine

Well, I was able to get it to work! smile.gif Here's what I did -
1. Download and install libusb from http://libusb.sourceforge.net/download.html
2. Extract the files and then go into the libusb directory
3. On the command line do:
./configure
make
sudo make install
4. Open the ReadMe.html file under the lejos directory, reference it first then do the following
export LEJOS_HOME=(WHERE YOU EXTRACTED LEJOS)
export PATH=$LEJOS_HOME/bin:$PATH
cd build
ant
5. Put the NXT into firmware mode
6. Pick a sample from the samples directory
7. If you picked HelloWorld do the following
lejosjc HelloWorld.java
lejoslink HelloWorld -o hello.bin
lejosdl hello.bin
Aaron R>



Linking...
Uploading...
Upload successful in 5360 millisecondsUsers browsing this forum: No registered users and 2 guests