"For compiling and running leJOS PC API programs you need pccomm.jar and bluecove.jar (Linux users also need bluecove-gpl) in your CLASSPATH and classes.jar must be removed. Also, the java library path needs to be set."
You can find this assertion at the link below [Using PC API command line tools PART] :
http://lejos.sourceforge.net/nxt/nxj/tutorial/Preliminaries/CompileAndRun.htmWhen you say "classes.jar MUST NOT be part of the classpath." what do you mean exactly ? I am not a java expert so I need some help in order to undestand what you mean about it !
So I think that if I add the jar : pccomm.jar and bluecove.jar it may works fine !
I am going to try this as soon as possible.
Javascool is a very very simple IDE for educationnal purpose wich i plan to use with my student next september. It offers the student (college : 17/18 years old) the ability to do activities in Java. In the same environment, they have the description of the activity and a work space where they can write their own simple java programs, compile it and run it.
For instance, one of the activity i plan to propose my students is an activity with a control panel of the NXT. In this panel there will be 6 buttons. One to start the NXT, One to stop it, 4 arrows buttons for direction (left, right, forward, backward)...
The aim of this project is for the student to use the Lejos PC API to program button actions. For this they have to use communication function over Lejos/Bluetooth. They also have to do the program to upload on the NXT (.nxj).
Here a link about Javascool (At the momment it is a beta project - it is a french project fron Sophia Antipolis universty in south France):
http://javascool.gforge.inria.fr/http://javascool.gforge.inria.fr/index.php?page=progletsBest regard
Christophe Béasse