Yuriy Mayorov
Yuriy Mayorov

Reputation: 971

IntelliJ Idea 12.0 and WebLogic 12c

Does anybody know, is webloggic 12c supported in IntelliJ Idea 12.0?

When I am trying to add WebLogic server I get:

"The selected directory is not a valid WebLogic home".

Upvotes: 2

Views: 4086

Answers (2)

Walter Hamm
Walter Hamm

Reputation: 1

For those who are running Weblogic 12c, you can also add a registry.xml file for 12c instead of using the 10.x version. See https://dzone.com/articles/using-intellij-idea-12 for an example file and explanation. Simply tweak for your environment and place it in your WL home.

Upvotes: 0

Yuriy Mayorov
Yuriy Mayorov

Reputation: 971

Problem was solved by adding registry.xml of WebLogic v.10.6 in home directory with Web Logic 12c. Thanks to Frederic Close.

Upvotes: 4

Related Questions