Hello everyone,
I have a small Problem here you guys might be able to help me with.
So far I have built a robot which is able to drive around and follow lines perfectly, but as soon as I try to add Bluetooth Communication I get the following error message when I try to link the class file:
Linking...
Class java.io.FilterInputStream (file java/io/FilterInputStream.class) not found in CLASSPATH .:/Users/jendrik/Documents/Workspace/lejos_nxj/3rdparty/lib/bcel-5.1.jar:/Users/jendrik/Documents/Workspace/lejos_nxj/3rdparty/lib/commons-cli-1.0.jar:/Users/jendrik/Documents/Workspace/lejos_nxj/lib/jtools.jar:/Users/jendrik/Documents/Workspace/lejos_nxj/lib/classes.jar
More precisely this happens as soon as I import java.io.DataInputStream and java.io.DataOutputStream.
Thanks for your help,
Jendrik
