C:\bea "is not BEA home" error on IDEA 7.0.2 + WebLogic 10.3 TP
I just did fresh installs of IDEA 7.0.2 and WebLogic 10.3 TP on a workstation with a fresh bare-bones Windows XP image. I created a J2EE project in IDEA and when I try to configure an application server, I get the message:
Warning: Directory 'C:\bea' is not a BEA home
I see other people have had similar problems: http://www.intellij.net/forums/thread.jspa;jsessionid=1227A63B99B3C57669AC358054DC566C?messageID=5196894??
Has anyone else encountered this, and does anyone have a solution or a workaround? any help would be appreciated, thanks much!
Here's the contents of my c:\bea\registry.xml:
]]>
请先登录再写评论。
IDEA doesn't recognize your WebLogic installation because it expects to find
element in the host/product/release element. As a workaround you can add element between and ]]>.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks Nikolay, that did the trick!