Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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.

Help! Getting Errors While Using XALAN

843834Aug 3 2001 — edited Aug 3 2001
Hey Everybody, I'm trying to create an instance of the XSLT processor using the following line:

org.apache.xalan.xslt.XSLTProcessor processor =
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor( );

But when I try to compile, javac says it "can't resolve symbol" and points to the "." before XSLTProcessor on both sides of the statement.

What does this mean? Any help is greatly appreciated. I've been trying to debug for hours.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2001
Added on Aug 3 2001
4 comments
248 views