小弟最近遇到一个问题,就是想创建一个java消息服务API的例子,创建以前需要使用ant命令创建主题资源,但是却出现以下异常,请大家帮我解决一下,谢谢。
C:\javaeetutorial5\example\jms\simple\producer>ant create-resources
Buildfile:build.xml
create-queue:
check:
tools:
create-jms-resource:
BUILD FAILED
C:\javaeetutorial5\example\jms\simple\producer\build.xml:210:Execute failed:java.io.IOException:CANNOT RUN Program "C:SunAppServer\bin\asadmin.bat":Createprocess error=3,???????
Total time: 1 second
这到底是怎么回事阿,为什么创建不了资源呢?