user1386463
user1386463

Reputation: 171

How to use WebSphere 8.5 in Eclipse

I am not familiar with the IBM product. I am currently use Tomcat as the server for my localhost. Now I would like to test in WebSphere 8.5. But in Eclipse, I could only choose Tomcat as my server. I would like to ask how to install and test in WebSphere 8.5. My eclipse version is indigo.

Upvotes: 1

Views: 3494

Answers (1)

Gas
Gas

Reputation: 18050

You will need to install WebSphere Developer Tools in Eclipse via Marketplace (search for WebSphere developer tools indigo).

Then you will need to get runtime, if you dont have it:

  • for full version download WebSphere Application Server v8.5.5.x for Developers (which is free),
  • or you can use WebSphere Liberty Profile (a new lightweight version that supports Java EE 7, but doesn't contain some old WebSphere programming extensions).

Upvotes: 1

Related Questions