| View previous topic :: View next topic |
| Author |
Message |
willhiker Guest
|
Posted: Sun Dec 18, 2005 12:28 pm Post subject: warning occurs when build EJBModule in Jbuilder2006 with app |
|
|
I was so depressed!
The waring message is as follows.
"EJBModule1.jar":Spaces in the temporary directory path may case WebLogic
APPC utility to produce fatal compile errors.
Thanks you any information!
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
|
| Back to top |
|
 |
Bill Joy Guest
|
Posted: Sun Dec 18, 2005 6:15 pm Post subject: Re: warning occurs when build EJBModule in Jbuilder2006 with |
|
|
Several versions of WebLogic (seems to be fixed in the newer versions) had
problems with spaces in the system variable "java.io.tmpdir" where it does a
compilation of the generated stub sources.
If your version of WebLogic does not have the problem, you can disable the
warning message via the checkbox provided for that option in the properties
of your EJB module (right-click on the EJB module and choose properties,
look for the WebLogic-specific tab).
Alternatively, just reset the environment variable which Java uses at VM
startup to configure "java.io.tmpdir".
"willhiker" <willhiker (AT) hotmail (DOT) com> wrote
| Quote: | I was so depressed!
The waring message is as follows.
"EJBModule1.jar":Spaces in the temporary directory path may case WebLogic
APPC utility to produce fatal compile errors.
Thanks you any information!
|
|
|
| Back to top |
|
 |
willhiker Guest
|
Posted: Mon Dec 19, 2005 10:40 am Post subject: Re: warning occurs when build EJBModule in Jbuilder2006 with |
|
|
"Bill Joy" <wcjoy (AT) pacbell (DOT) net> 写入消息新闻
:43a5a6ee$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Several versions of WebLogic (seems to be fixed in the newer versions) had
problems with spaces in the system variable "java.io.tmpdir" where it does
a
compilation of the generated stub sources.
If your version of WebLogic does not have the problem, you can disable the
warning message via the checkbox provided for that option in the
properties
of your EJB module (right-click on the EJB module and choose properties,
look for the WebLogic-specific tab).
Alternatively, just reset the environment variable which Java uses at VM
startup to configure "java.io.tmpdir".
"willhiker" <willhiker (AT) hotmail (DOT) com> wrote in message
news:43a55583$1 (AT) newsgroups (DOT) borland.com...
I was so depressed!
The waring message is as follows.
"EJBModule1.jar":Spaces in the temporary directory path may case
WebLogic
APPC utility to produce fatal compile errors.
Thanks you any information!
Get it! Thank you! |
|
|
| Back to top |
|
 |
|