Classloader issue with Eclipse [message #64427] |
Thu, 05 June 2003 15:11  |
Eclipse User |
|
|
|
Hi,
I am doing a Transformation using Xalan in a plugin which is running on
JDK1.3.1_08. While creating new instance with TransformerFactory I am
getting the following error.
"javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found at
javax.xml.transform.TransformerFactory.newInstance(Unknown Source)"
in the line
TransformerFactory tFactory = TransformerFactory.newInstance();
The jar files are in classpath and there is no conflict. I even tried
setting the system properties. I disabled most of the plugins and running
with minimal plugins. I want to know is there anything in eclipse that is
conflicting with this setup. The same setup is working with JDK1.4.
Thanks in advance,
Dinesh
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03409 seconds