Usage: create_stubs.bat [OPTIONS] [CLASSES] ... Create the CORBA stubs and ties for a bean's remote and home interface. OPTIONS -d DIRECTORY output the generated class into a specific directory CLASSES the full class name of the remote or home interface Run the compiler two times : - one for the remote interface - another one for the home interface Example: openejb create_stubs org.openejb.test.beans.DatabaseHome openejb create_stubs -d test/src org.openejb.test.beans.DatabaseHome The class specified must be in the classpath before running openejb create_stubs OpenEJB -- EJB Container System and EJB Server. For updates and additional information, visit http://www.openejb.org Bug Reports to