On Tue, 05 Aug 2003, Ed Greenberg <[EMAIL PROTECTED]> wrote:

> I would have expected the compiler to create
>       ./WEB-INF/classes/foo/loo/moo/test.class

If and only if the class test lives in the package foo.loo.moo.

javac will create your directory hierarchy according to your package
hierarchy and distribute the class files accordingly.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to