当我在JB7/9中编译EJB时总是会出现这两个警告,虽然不影响运行,但是我觉得很奇怪,这两个警告是:
1."demo6.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
2."demo6.ejbgrpx": Spaces in the classpath may cause WebLogic EJBC utility to produce fatal compile errors.
在其中提到的临时路径Path和classpath里并没有空格啊,不知道为什么会产生这两个警告?