Re: Any way to place a JAR so that I am guaranteed its classes get loaded first?

2010-02-01 Thread Wayne Fay
NoSuchMethodError (due to an older class version).  Is there anywhere I can place my xalan jar such that I'm guaranteed its classes will get loaded first into the classpath? Maybe you could put it in the endorsed folder of your JRE. Other than that, I'm unsure of any way to guarantee it,

Re: Any way to place a JAR so that I am guaranteed its classes get loaded first?

2010-02-01 Thread laredotornado
Thanks for this suggestion. How do I locate the JRE's endorsed folder? Wayne Fay wrote: NoSuchMethodError (due to an older class version).  Is there anywhere I can place my xalan jar such that I'm guaranteed its classes will get loaded first into the classpath? Maybe you could put it

Re: Any way to place a JAR so that I am guaranteed its classes get loaded first?

2010-02-01 Thread laredotornado
Actually I found it. Placing the updated JAR there solved the problem. Much thanks once again! - Dave ps - I am anxious for our company to move to the newest version of Maven. Sadly this issue is out of my control right now. laredotornado wrote: Thanks for this suggestion. How do I