Leon Ljunggren - 2006-02-27

Hi,
Sphinx seems excelent for my project (voice controling a lego mindstorm robot) but I'm having problem with the configuration.
I can get the demo programs to compile fine using ant -find demo.xml. But that only lets me run them from the dir they're compiled into. In order to get more freedom I'd like to configurate windows so that I can have my programfiles at any location (it would among other things make it easier to move files betwen computers). Does anyone know how to do this? I have tried setting the classpath to point at every jar file in the lib folder but it still gives me the NoClassDefFound error when I tries to run any program (compiling works though).
Also does anyone have a link or such to a guide on how to use Sphinx in a web applet?

Thanks in advance
Leon Ljunggren