I have been struggling with getting Eclipse to see the rcxcomm.jar file for days. It is not seeing it in the CLASSPATH, however the JAR file is there. I am trying to run the basic lejos_win32_2_1_0/jelos/rcxcomm/examples/instream/Write.java given. I can get it to work fine via command line, but the eclipse plugin doesn't work because it doesn't see the rcxcomm JAR file.
The plugin works fine for anything dealing with the classes.jar file, because it sees that. The only things that the plugin sees in the C:\eclipse\plugins\org.lejos_1.2.0\lib\classes.jar and the C:\workspace\Test class, no matter what I add to the Referenced Libraries. I've seen many posts about the same problem, however nobody has confirmed a solution (I've certainly tried them all with no avail). One person said to add lejos/lib to the Windows>Preferences>Java>Build Path>Classpath Variables, and I've tried that, but it didn't work. Maybe I need to name the class path variable a certain name?
If anyone has gotten rcxcomm classes to work in the eclipse plugin, PLEASE help!
Class josx.rcxcomm.RCXPort (file josx/rcxcomm/RCXPort.class) not found in CLASSPATH js.tinyvm.ClassPath@1b323af



