当前位置: 技术问答>java相关
JBuilder6+weblogic编译ejb出现错误,怎么办?
来源: 互联网 发布时间:2015-03-21
本文导语: 我用jbuilder6+weblogic6.1写了一个简单的EJB,编译时提示 "NumberGDemo.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors. "NumberGDemo.ejbgrpx": "NumberGDemo.ejbgrpx": "Numbe...
我用jbuilder6+weblogic6.1写了一个简单的EJB,编译时提示
"NumberGDemo.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx": ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
可是我的工程目录并没有包含空格啊,到底是怎么回事?
"NumberGDemo.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx":
"NumberGDemo.ejbgrpx": ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
可是我的工程目录并没有包含空格啊,到底是怎么回事?
|
你用的操作系统是win200吧,
win2000的环境变量TEMP、TMP中有空格,回出现上面错误。
可将TEMP、TMP中的空格去掉即可.
我用的是jbuilder5+weblogic5.1,用上述方法没问题!
对了,可要给分!!!
win2000的环境变量TEMP、TMP中有空格,回出现上面错误。
可将TEMP、TMP中的空格去掉即可.
我用的是jbuilder5+weblogic5.1,用上述方法没问题!
对了,可要给分!!!
|
可将环境变量TEMP,TMP中的空格去掉,或干脆改为其他路径:C:WINNTTEMP
我用的JBuilder5+weblogic开发ejb很好。
我用的JBuilder5+weblogic开发ejb很好。
|
包名, module名, bean名,bean jndi名不允许同名。