vlad-ardelean
vlad-ardelean

Reputation: 7622

How to install support for WebLogic 9.2 in Eclipse IDE?

The additional server adapters I installed only support WebLogic 10 and onward.

Upvotes: 0

Views: 2504

Answers (3)

httPants
httPants

Reputation: 2123

The current version of oracle weblogic server tools says it supports weblogic 9.2. See Cannot install Oracle Weblogic Server Tools in eclipse for how to install it in a current version of eclipse.

Upvotes: 0

Viccari
Viccari

Reputation: 9318

At the time WebLogic was at version 9.2, the vendor was BEA, not yet Oracle. So, you should either look for BEA server adapters in your Eclipse installation or try to download additional BEA server adapters, in case you can't find the right one. I'm currently using Eclipse Indigo, and I have downloaded additional Oracle adapters (because I'm using WebLogic 10.3). However, when I try to add a new server and look into BEA adapters, WebLogic 9.2 is already there. I guess it already comes with Eclipse Indigo.

Upvotes: 1

Eli Acherkan
Eli Acherkan

Reputation: 6411

Have a look at the Oracle Enterprise Pack for Eclipse. Under "Features", it says:

Full support for versions 9.2 through 10.3.4.

Upvotes: 1

Related Questions