posted 23 years ago
Hi Sagar,
Which Application server u r using. Whatever may be the application server first u can refer to the examples of that application server where they provide what environment variable we have to provide , steps for compiling and execution of EJB's.
For compilation of u r EJB's first u have to set environment variables(PATH and CLASSPATH).And then proceed further.
i am giving path of instruction files , u can refer to these files and start u r work.
For J2EE server : j2sdkee1.2-->doc-->guides-->ejb--->html folder
For weblogic :weblogic-->examples-->ejb-->basic
-->statelessSessionbean folder
Ramesh