From: "David Farrell" <[EMAIL PROTECTED]> > now... since my Constants.java file has been updated with the new path > this irritates me. > I've logged into the system and opened the constants.class file and > verified that it does have the correct path.
But did you recompile EVERYTHING? A good compiler will in-line references to a String it knows is not going to change... Betcha the class that's _using_ the contant has the wrong path embedded in it. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]