Title: RE: NEW to EJB

> I am not able to start the server with the command j2ee -verbose. I am
> getting the error The name specified is not recognised as an internal or
> external operable program or batch file
> thanks in advance
> regards
> ravi

Ravi:

Your shell isn't finding the j2ee.exe in your path.

Make sure you went through all the correct steps in setting up the J2EE environment on your NT workstation first...especially setting the environment variables (which I believe is the problem).

1.  Add JAVA_HOME to point to your JDK directory, ie. - c:\jdk1.2.2
2.  Add J2EE_HOME to point to your J2EE directory, ie. - c:\j2sdkee1.2
3.  And most importantly, append ";%JAVA_HOME%\bin\;%J2EE_HOME%\bin\" (no quotes, obviously) to your PATH variable, so it can find the executables it needs.

Cheers,
     -k-

Reply via email to