On Tue, Nov 25, 2003 at 04:15:32PM -0500, Jason Levens wrote: > Below is the output from RunIt.bat : > javax.naming.NoInitialContextException: Cannot instantiate class: > org.openejb.client.LocalInitialContextFactory > [Root exception is java.lang.ClassNotFoundException: > org.openejb.client.LocalInitialContextFactory]
Hi Jason, Make sure you set the OPENEJB_HOME variable in the script to the path where you unpacked OpenEJB. I notice you are trying to use the LocalInitialContextFactory. This is good, just make sure you set the "openejb.home" property like the OPENEJB_VARIABLE. -David ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user
