I am doing the excercise on creating and deploying EJBs on NT Lesson 1 The tutorial is saying that I should run the following .bat file to compile so that when I create a JAR using the deployment tool there will be a directory structure when I select the class. When I first compiled in the morning a Beans sub directory was created and the classes were created in the sub directory however I am now getting an error message that it cannot find the file Bean\CalcBean.java Can anyone help ? much appreciated set J2EE_HOME=c:\j2sdkee set CPATH=.;%J2EE_HOME%\lib\j2ee.jar; c:\jdk1.3\bin\javac -d . -classpath %CPATH% Beans\CalcBean.java Beans\CalcHome.java Beans\Calc.java Regards, Zahid ©2001, Logsys Solutions Ltd. This message and any attachments is intended for the stated recipient only and in no way constitutes a binding contractual agreement, order, or commitment by Logsys Solutions Limited WHO ARE NOT TO BE BOUND BY ANYTHING CONTAINED HEREIN. If you have received this message in error, please return it to the sender, indicating such and then delete and destroy all copies in your possession. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
