If you class is supposed to be in the package com.bizwise.ejb you need to add the following line to the top of the class and compile it again: -
package com.bizwise.ejb; Alternatively as it sounds like the class has been compiled in the default package you could take your command prompt into the folder 'C:\asheesh\classes\com\bizwise\ejb' and try executing the command java BeanClient View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863576#3863576 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863576 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
