Tiya
Tiya

Reputation: 563

Eclipse kepler SR 2 and Websphere

I have installed webspehere Application Server on my machine. I have also installed Eclipse kepler SR 2.

I want to create a websphere profile, however in Eclipse I don't see 'Websphere' under Windows->Preferences->Servers-> ?

I am not sure if I am missing any plugin?

Upvotes: 0

Views: 114

Answers (1)

Gas
Gas

Reputation: 18050

You need to download WebSphere Developer Tools to your Eclipse. WDT support 3 latest versions of Eclipse, so at this moment (17.10) - Mars, Neon and Oxygen, although it usually works with older also. You will need Eclipse for Java EE developers.

The easiest way is either start from this page Download Liberty in Eclipse or just find WDT via Eclipse Marketplace.

If you plan to develop for traditional WebSphere you will find server tools here - WebSphere Developer Tools for Eclipse Oxygen.

Upvotes: 2

Related Questions