Hello Problem in running j2eeadmin

Hello everyone,

This is Murali. Learning JMS. Can anyone help me the following problem.

I run the two programs in the example they are compiled and i run the j2ee server , that is also running file

But when i came to the below step I'm unable to do that

following I mention the step and error messages where i strucked.

3.1.4Creating the JMS Administered Objects

In the window where you compiled the clients, use the j2eeadmin command to create a queue named MyQueue. The last argument tells the command what kind of destination to create.

j2eeadmin -addJmsDestination MyQueue queue

To make sure the queue has been created, use the following command:

j2eeadmin -listJmsDestination

This example uses the default QueueConnectionFactory object supplied with the J2EE 1.3 SDK. With a different J2EE product, you might need to create a connection factory yourself.

while I tried this I'm getting the following error

'j2eeadmin' is unrecognized as internal or external command command, operable program or batch file

Thanks in advance

Murali

[1166 byte] By [muralira] at [2007-9-26 2:42:07]
# 1
Good Day,Sounds to me as if your j2ee binary folder is not on your path. In windows this could be x:\j2sdkee1.3\bin.Hope this helps. You will also need to edit userconfig.bat to include your correct folders.RegardsNick
pricenv at 2007-6-29 10:18:45 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Hello,

This is Harianto...just started with JMS myself. I'm having this really strange problem. I am successfully running j2ee in a win98 environment. So I'm pretty sure all my env. variables are set correctly including CLASSPATH, PATH, etc etc. But when i type in

j2eeadmin -listJmsDestination

to find out the names of default queues...I get "bad command or filename" which doesn't really make very much sense. Any help would be appreciated.

-- Harianto.

hariantomehta at 2007-6-29 10:18:45 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...