当前位置: 技术问答>java相关
EJB問題??????
来源: 互联网 发布时间:2017-04-14
本文导语: 我在JBUILD中做一個很簡單的session bean在編譯中老出錯,錯誤信息如下 "demo1.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors. | The problems are technically with...
我在JBUILD中做一個很簡單的session bean在編譯中老出錯,錯誤信息如下
"demo1.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
"demo1.ejbgrpx": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
|
The problems are technically with the weblogic compiler. First of all I'm
guessing your install path is something like Program Files or there's a
space in it somewhere - that explains the first error.
The other warnings are because ejbc just wants the jar file and not any of
the source files in it's classpath. However, the warning doesn't stop it
doing it's job - at least not when you ran it from the command prompt.
My guess is that you can probably ignore these warnings if you're getting
your Weblogic JAR file successfully.
The other thing to note is that you've got WLS6 or above you don't need to
explicitly run ejbc because it will be run when you deploy the ejb jar file.
guessing your install path is something like Program Files or there's a
space in it somewhere - that explains the first error.
The other warnings are because ejbc just wants the jar file and not any of
the source files in it's classpath. However, the warning doesn't stop it
doing it's job - at least not when you ran it from the command prompt.
My guess is that you can probably ignore these warnings if you're getting
your Weblogic JAR file successfully.
The other thing to note is that you've got WLS6 or above you don't need to
explicitly run ejbc because it will be run when you deploy the ejb jar file.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。