DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9474>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9474 Classes not found when running under Eclipse Summary: Classes not found when running under Eclipse Product: XalanJ2 Version: 2.3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.processor AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When products such as Eclipse or Tomcat is using a variety of Classloaders to dynamically load their components, because of the way classes are found by the factory methods, the methods such as TransformerFactory.newInstance() and TransformerFactory.newInstance() fail to find the Xalan package and new EnvironmentCheck()).checkEnvironment (new PrintWriter(System.out)) reports Xalan as not being present. However the simple methods such as Class.forName("org.apache.processor.TransformerFactoryImpl) do work as expected.
