Vadim Nasardinov wrote:
On Wednesday 21 September 2005 10:50, Gary Benson wrote:
incorrectly named classes (the other wars)
What's an incorrectly named class?
One that's not in the correct directory. In wars, classes that aren't in jarfiles live under WEB-INF/classes; you couldn't, for instance, put a war in your classpath and fetch classes from it like you could with a jar.
Cheers, Gary