Hello to All,
I am attempting to use an open source program for speech recognition and several "training" files for the program have a number of
import org.mozilla.javascript.Context;
imports that bring the error "This import cannot be resolved"
I know for an import to work it must be part of the "package" or "API" from Sun.
I am using javasdk1.5.0, Eclipse 3.1 and Ant.
So, What do I have to do to actually "import the org.mozilla.javascript"????
This must be a very simple answer but I have not had much understanding here.
Thanks for the help!
Chetanji
Edited by: Chetanji on May 4, 2008 11:28 AM