I do not know if classes would be picked up from the lib directory where you have placed your class file. Lib directories are generally meant for placing your jar files and classes directories for placing the classes. One thing that you can try is to add it to the classes directory parallel to the lib directory and see if it works. Else, try what Rakesh has suggested, putting it to shared/classes directory and see if it works.
Cheers,
eNJay
|