Guest_imported
New member
- Jan 1, 1970
- 0
Hi all!!
I am using xalan processor. I have jdk1.3.1_01 in my c: and xalan processor in c:. There are a few import statements on top of a parser program. I've set the classpath as given by a book. There are a few import statements and the java program is giving errors. There is an import statement and is as follows:
import javax.xml.transform.*
The error is: javax.xml.transform package not found.
Any suggestions would be greatly appreciated.
Thanks.
I am using xalan processor. I have jdk1.3.1_01 in my c: and xalan processor in c:. There are a few import statements on top of a parser program. I've set the classpath as given by a book. There are a few import statements and the java program is giving errors. There is an import statement and is as follows:
import javax.xml.transform.*
The error is: javax.xml.transform package not found.
Any suggestions would be greatly appreciated.
Thanks.