Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

import org.mozilla.javascript.Context; !!ERROR This import cannot be resol.

807591May 4 2008 — edited May 4 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2008
Added on May 4 2008
2 comments
1,481 views