I am trying to use inner classes (for action listeners) in a client app
and when I deploy (using the deploytool appserver 8) and run, the inner
class can't be found. I can patch it easily by using a separate class,
but this is a bit of a pain. has anyone else come across this?
John
John - 12 May 2004 11:28 GMT
> I am trying to use inner classes (for action listeners) in a client app
> and when I deploy (using the deploytool appserver 8) and run, the inner
> class can't be found. I can patch it easily by using a separate class,
> but this is a bit of a pain. has anyone else come across this?
>
> John
Forgive me for having a brain fart. I forgot to add the compiled file to
the .ear
John